#BD2D20

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

Shades of Fire Brick #BD2D20

Tints of Fire Brick #BD2D20

Color information

#BD2D20 (or 0xBD2D20) is unknown color: approx Fire Brick. HEX triplet: BD, 2D and 20. RGB value is (189,45,32). Sum of RGB (Red+Green+Blue) = 189+45+32=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D20 is #42D2DF. Grayscale: #565656. Windows color (decimal): -4379360 or 2108861. OLE color: 2108861.

HSL color Cylindrical-coordinate representation of color #BD2D20: hue angle of 4.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2D20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1894532-
CMYK00.760.830.26
HSL4.97º71.04%43.33%-
HSV(B)4.97º83.07%74.12%-
XYZ22.1912.82.67-
YUV86.5797.21201.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=71.05%
G=16.92%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189453200.760.830.264.9771.0443.33
HexBD2D2004C531A5472b
Octal2755540011412332510753
Binary10111101101101100000010011001010011110101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D20; }

 p { color: rgb(189,45,32); }

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

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

 a { background-color: rgb(189,45,32); }

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

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

 span { border-color: rgb(189,45,32); }

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