#BD1812

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

Shades of Fire Brick #BD1812

Tints of Fire Brick #BD1812

Color information

#BD1812 (or 0xBD1812) is unknown color: approx Fire Brick. HEX triplet: BD, 18 and 12. RGB value is (189,24,18). Sum of RGB (Red+Green+Blue) = 189+24+18=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1812 is #42E7ED. Grayscale: #484848. Windows color (decimal): -4384750 or 1185981. OLE color: 1185981.

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

Color convert

RGB1892418-
CMYK00.870.900.26
HSL2.11º82.61%40.59%-
HSV(B)2.11º90.48%74.12%-
XYZ21.4211.521.67-
YUV72.6597.16210.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=81.82%
G=10.39%
B=7.79%

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
Decimal189241800.870.900.262.1182.6140.59
HexBD18120575A1A25329
Octal2753022012713232212351
Binary10111101110001001001010111101101011010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1812; }

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

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

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

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

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

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

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

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