#B32309

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

Shades of Fire Brick #B32309

Tints of Fire Brick #B32309

Color information

#B32309 (or 0xB32309) is unknown color: approx Fire Brick. HEX triplet: B3, 23 and 09. RGB value is (179,35,9). Sum of RGB (Red+Green+Blue) = 179+35+9=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B32309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32309 is #4CDCF6. Grayscale: #4B4B4B. Windows color (decimal): -5037303 or 598963. OLE color: 598963.

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

Color convert

RGB179359-
CMYK00.800.950.30
HSL9.18º90.43%36.86%-
HSV(B)9.18º94.97%70.2%-
XYZ19.2410.811.33-
YUV75.0990.71202.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.27%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=80.27%
G=15.70%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17935900.800.950.309.1890.4336.86
HexB32390505F1E95a25
Octal26343110120137361113245
Binary1011001110001110010101000010111111111010011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32309; }

 p { color: rgb(179,35,9); }

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

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

 a { background-color: rgb(179,35,9); }

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

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

 span { border-color: rgb(179,35,9); }

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