#B32F1A

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

Shades of Fire Brick #B32F1A

Tints of Fire Brick #B32F1A

Color information

#B32F1A (or 0xB32F1A) is unknown color: approx Fire Brick. HEX triplet: B3, 2F and 1A. RGB value is (179,47,26). Sum of RGB (Red+Green+Blue) = 179+47+26=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F1A is #4CD0E5. Grayscale: #545454. Windows color (decimal): -5034214 or 1716147. OLE color: 1716147.

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

Color convert

RGB1794726-
CMYK00.740.850.30
HSL8.24º74.63%40.2%-
HSV(B)8.24º85.47%70.2%-
XYZ19.7911.692.19-
YUV84.0795.23195.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=71.03%
G=18.65%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179472600.740.850.308.2474.6340.2
HexB32F1A04A551E84b28
Octal26357320112125361011350
Binary10110011101111110100100101010101011111010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F1A; }

 p { color: rgb(179,47,26); }

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

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

 a { background-color: rgb(179,47,26); }

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

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

 span { border-color: rgb(179,47,26); }

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