#BD1D11

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

Shades of Fire Brick #BD1D11

Tints of Fire Brick #BD1D11

Color information

#BD1D11 (or 0xBD1D11) is unknown color: approx Fire Brick. HEX triplet: BD, 1D and 11. RGB value is (189,29,17). Sum of RGB (Red+Green+Blue) = 189+29+17=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D11 is #42E2EE. Grayscale: #4B4B4B. Windows color (decimal): -4383471 or 1121725. OLE color: 1121725.

HSL color Cylindrical-coordinate representation of color #BD1D11: hue angle of 4.19º 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 #BD1D11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1892917-
CMYK00.850.910.26
HSL4.19º83.5%40.39%-
HSV(B)4.19º91.01%74.12%-
XYZ21.5311.741.66-
YUV75.4795.01208.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=80.43%
G=12.34%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189291700.850.910.264.1983.540.39
HexBD1D110555B1A45328
Octal2753521012513332412350
Binary101111011110110001010101011011011110101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D11; }

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

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

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

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

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

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

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

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