#BD1E16

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

Shades of Fire Brick #BD1E16

Tints of Fire Brick #BD1E16

Color information

#BD1E16 (or 0xBD1E16) is unknown color: approx Fire Brick. HEX triplet: BD, 1E and 16. RGB value is (189,30,22). Sum of RGB (Red+Green+Blue) = 189+30+22=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E16 is #42E1E9. Grayscale: #4C4C4C. Windows color (decimal): -4383210 or 1449661. OLE color: 1449661.

HSL color Cylindrical-coordinate representation of color #BD1E16: hue angle of 2.87º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1E16 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1893022-
CMYK00.840.880.26
HSL2.87º79.15%41.37%-
HSV(B)2.87º88.36%74.12%-
XYZ21.611.811.9-
YUV76.6397.18208.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.42%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=78.42%
G=12.45%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189302200.840.880.262.8779.1541.37
HexBD1E16054581A34f29
Octal2753626012413032311751
Binary10111101111101011001010100101100011010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E16; }

 p { color: rgb(189,30,22); }

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

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

 a { background-color: rgb(189,30,22); }

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

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

 span { border-color: rgb(189,30,22); }

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