#BD1A18

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

Shades of Fire Brick #BD1A18

Tints of Fire Brick #BD1A18

Color information

#BD1A18 (or 0xBD1A18) is unknown color: approx Fire Brick. HEX triplet: BD, 1A and 18. RGB value is (189,26,24). Sum of RGB (Red+Green+Blue) = 189+26+24=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A18 is #42E5E7. Grayscale: #4A4A4A. Windows color (decimal): -4384232 or 1579709. OLE color: 1579709.

HSL color Cylindrical-coordinate representation of color #BD1A18: hue angle of 0.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1A18 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1892624-
CMYK00.860.870.26
HSL0.73º77.46%41.76%-
HSV(B)0.73º87.3%74.12%-
XYZ21.5211.621.97-
YUV74.5199.5209.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.08%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=79.08%
G=10.88%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189262400.860.870.260.7377.4641.76
HexBD1A18056571A14d2a
Octal2753230012612732111552
Binary1011110111010110000101011010101111101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A18; }

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

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

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

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

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

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

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

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