#BD1A12

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

Shades of Fire Brick #BD1A12

Tints of Fire Brick #BD1A12

Color information

#BD1A12 (or 0xBD1A12) is unknown color: approx Fire Brick. HEX triplet: BD, 1A and 12. RGB value is (189,26,18). Sum of RGB (Red+Green+Blue) = 189+26+18=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A12 is #42E5ED. Grayscale: #4A4A4A. Windows color (decimal): -4384238 or 1186493. OLE color: 1186493.

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

Color convert

RGB1892618-
CMYK00.860.900.26
HSL2.81º82.61%40.59%-
HSV(B)2.81º90.48%74.12%-
XYZ21.4611.61.68-
YUV73.8296.5210.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.12%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=81.12%
G=11.16%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189261800.860.900.262.8182.6140.59
HexBD1A120565A1A35329
Octal2753222012613232312351
Binary10111101110101001001010110101101011010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A12; }

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

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

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

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

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

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

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

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