#BD1E11

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

Shades of Fire Brick #BD1E11

Tints of Fire Brick #BD1E11

Color information

#BD1E11 (or 0xBD1E11) is unknown color: approx Fire Brick. HEX triplet: BD, 1E and 11. RGB value is (189,30,17). Sum of RGB (Red+Green+Blue) = 189+30+17=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E11 is #42E1EE. Grayscale: #4C4C4C. Windows color (decimal): -4383215 or 1121981. OLE color: 1121981.

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

Color convert

RGB1893017-
CMYK00.840.910.26
HSL4.53º83.5%40.39%-
HSV(B)4.53º91.01%74.12%-
XYZ21.5511.791.67-
YUV76.0694.68208.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=80.08%
G=12.71%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189301700.840.910.264.5383.540.39
HexBD1E110545B1A55328
Octal2753621012413332512350
Binary101111011111010001010101001011011110101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E11; }

 p { color: rgb(189,30,17); }

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

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

 a { background-color: rgb(189,30,17); }

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

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

 span { border-color: rgb(189,30,17); }

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