#B32416

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

Shades of Fire Brick #B32416

Tints of Fire Brick #B32416

Color information

#B32416 (or 0xB32416) is unknown color: approx Fire Brick. HEX triplet: B3, 24 and 16. RGB value is (179,36,22). Sum of RGB (Red+Green+Blue) = 179+36+22=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32416 is #4CDBE9. Grayscale: #4D4D4D. Windows color (decimal): -5037034 or 1451187. OLE color: 1451187.

HSL color Cylindrical-coordinate representation of color #B32416: hue angle of 5.35º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B32416 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1793622-
CMYK00.800.880.30
HSL5.35º78.11%39.41%-
HSV(B)5.35º87.71%70.2%-
XYZ19.3710.91.84-
YUV77.1696.88200.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=75.53%
G=15.19%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179362200.800.880.305.3578.1139.41
HexB32416050581E54e27
Octal2634426012013036511647
Binary1011001110010010110010100001011000111101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32416; }

 p { color: rgb(179,36,22); }

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

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

 a { background-color: rgb(179,36,22); }

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

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

 span { border-color: rgb(179,36,22); }

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