#BD3D45

Color #BD3D45 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BD3D45

Tints of Brick Red #BD3D45

Color information

#BD3D45 (or 0xBD3D45) is unknown color: approx Brick Red. HEX triplet: BD, 3D and 45. RGB value is (189,61,69). Sum of RGB (Red+Green+Blue) = 189+61+69=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D45 is #42C2BA. Grayscale: #646464. Windows color (decimal): -4375227 or 4537789. OLE color: 4537789.

HSL color Cylindrical-coordinate representation of color #BD3D45: hue angle of 356.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D45 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1896169-
CMYK00.680.630.26
HSL356.25º51.2%49.02%-
HSV(B)356.25º67.72%74.12%-
XYZ23.7314.597.19-
YUV100.18110.41191.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=59.25%
G=19.12%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189616900.680.630.26356.2551.249.02
HexBD3D450443F1A1643331
Octal27575105010477325446361
Binary1011110111110110001010100010011111111010101100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D45; }

 p { color: rgb(189,61,69); }

 H1.HeaderClassName
 {
   color: #BD3D45;
 }
 .AnyTagClassName
 {
   color: #BD3D45;
 }
</style>
background-color css

<style>
 a { background-color: #BD3D45; }

 a { background-color: rgb(189,61,69); }

 div.DivClassName
 {
   background-color: #BD3D45;
 }
 .BgClassName
 {
   background-color: #BD3D45;
 }
</style>
border-color css

<style>
 span { border-color: #BD3D45; }

 span { border-color: rgb(189,61,69); }

 td.TdClassName
 {
   border-color: #BD3D45;
 }
 .TagClassName
 {
   border-color: #BD3D45;
 }
</style>