#B32217

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

Shades of Fire Brick #B32217

Tints of Fire Brick #B32217

Color information

#B32217 (or 0xB32217) is unknown color: approx Fire Brick. HEX triplet: B3, 22 and 17. RGB value is (179,34,23). Sum of RGB (Red+Green+Blue) = 179+34+23=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B32217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32217 is #4CDDE8. Grayscale: #4C4C4C. Windows color (decimal): -5037545 or 1516211. OLE color: 1516211.

HSL color Cylindrical-coordinate representation of color #B32217: hue angle of 4.23º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32217 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1793423-
CMYK00.810.870.30
HSL4.23º77.23%39.61%-
HSV(B)4.23º87.15%70.2%-
XYZ19.3210.791.88-
YUV76.198.04201.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.85%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 23 (9.38% from 255) = 9.75%
R=75.85%
G=14.41%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179342300.810.870.304.2377.2339.61
HexB32217051571E44d28
Octal2634227012112736411550
Binary1011001110001010111010100011010111111101001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32217; }

 p { color: rgb(179,34,23); }

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

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

 a { background-color: rgb(179,34,23); }

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

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

 span { border-color: rgb(179,34,23); }

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