#BD1912

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

Shades of Fire Brick #BD1912

Tints of Fire Brick #BD1912

Color information

#BD1912 (or 0xBD1912) is unknown color: approx Fire Brick. HEX triplet: BD, 19 and 12. RGB value is (189,25,18). Sum of RGB (Red+Green+Blue) = 189+25+18=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1912 is #42E6ED. Grayscale: #494949. Windows color (decimal): -4384494 or 1186237. OLE color: 1186237.

HSL color Cylindrical-coordinate representation of color #BD1912: hue angle of 2.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1912 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1892518-
CMYK00.870.900.26
HSL2.46º82.61%40.59%-
HSV(B)2.46º90.48%74.12%-
XYZ21.4411.561.67-
YUV73.2496.83210.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.47%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=81.47%
G=10.78%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189251800.870.900.262.4682.6140.59
HexBD19120575A1A25329
Octal2753122012713232212351
Binary10111101110011001001010111101101011010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1912; }

 p { color: rgb(189,25,18); }

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

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

 a { background-color: rgb(189,25,18); }

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

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

 span { border-color: rgb(189,25,18); }

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