#BD1B18

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

Shades of Fire Brick #BD1B18

Tints of Fire Brick #BD1B18

Color information

#BD1B18 (or 0xBD1B18) is unknown color: approx Fire Brick. HEX triplet: BD, 1B and 18. RGB value is (189,27,24). Sum of RGB (Red+Green+Blue) = 189+27+24=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1B18 is #42E4E7. Grayscale: #4B4B4B. Windows color (decimal): -4383976 or 1579965. OLE color: 1579965.

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

Color convert

RGB1892724-
CMYK00.860.870.26
HSL1.09º77.46%41.76%-
HSV(B)1.09º87.3%74.12%-
XYZ21.5411.671.98-
YUV75.199.17209.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 24 (9.77% from 255) = 10%
R=78.75%
G=11.25%
B=10%

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
Decimal189272400.860.870.261.0977.4641.76
HexBD1B18056571A14d2a
Octal2753330012612732111552
Binary1011110111011110000101011010101111101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1B18; }

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

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

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

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

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

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

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

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