#B42108

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

Shades of Fire Brick #B42108

Tints of Fire Brick #B42108

Color information

#B42108 (or 0xB42108) is unknown color: approx Fire Brick. HEX triplet: B4, 21 and 08. RGB value is (180,33,8). Sum of RGB (Red+Green+Blue) = 180+33+8=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42108 is #4BDEF7. Grayscale: #4A4A4A. Windows color (decimal): -4972280 or 532916. OLE color: 532916.

HSL color Cylindrical-coordinate representation of color #B42108: hue angle of 8.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42108 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB180338-
CMYK00.820.960.29
HSL8.72º91.49%36.86%-
HSV(B)8.72º95.56%70.59%-
XYZ19.4110.811.29-
YUV74.190.7203.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.45%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=81.45%
G=14.93%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18033800.820.960.298.7291.4936.86
HexB4218052601D95b25
Octal26441100122140351113345
Binary1011010010000110000101001011000001110110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42108; }

 p { color: rgb(180,33,8); }

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

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

 a { background-color: rgb(180,33,8); }

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

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

 span { border-color: rgb(180,33,8); }

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