#B42B16

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

Shades of Fire Brick #B42B16

Tints of Fire Brick #B42B16

Color information

#B42B16 (or 0xB42B16) is unknown color: approx Fire Brick. HEX triplet: B4, 2B and 16. RGB value is (180,43,22). Sum of RGB (Red+Green+Blue) = 180+43+22=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B16 is #4BD4E9. Grayscale: #515151. Windows color (decimal): -4969706 or 1452980. OLE color: 1452980.

HSL color Cylindrical-coordinate representation of color #B42B16: hue angle of 7.97º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B42B16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1804322-
CMYK00.760.880.29
HSL7.97º78.22%39.61%-
HSV(B)7.97º87.78%70.59%-
XYZ19.8311.491.93-
YUV81.5794.39198.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.47%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=73.47%
G=17.55%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180432200.760.880.297.9778.2239.61
HexB42B1604C581D84e28
Octal26453260114130351011650
Binary10110100101011101100100110010110001110110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B16; }

 p { color: rgb(180,43,22); }

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

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

 a { background-color: rgb(180,43,22); }

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

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

 span { border-color: rgb(180,43,22); }

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