#A32208

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

Shades of Fire Brick #A32208

Tints of Fire Brick #A32208

Color information

#A32208 (or 0xA32208) is unknown color: approx Fire Brick. HEX triplet: A3, 22 and 08. RGB value is (163,34,8). Sum of RGB (Red+Green+Blue) = 163+34+8=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32208 is #5CDDF7. Grayscale: #454545. Windows color (decimal): -6086136 or 533155. OLE color: 533155.

HSL color Cylindrical-coordinate representation of color #A32208: hue angle of 10.06º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A32208 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB163348-
CMYK00.790.950.36
HSL10.06º90.64%33.53%-
HSV(B)10.06º95.09%63.92%-
XYZ15.728.951.13-
YUV69.6193.24194.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.51%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=79.51%
G=16.59%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16334800.790.950.3610.0690.6433.53
HexA322804F5F24a5b22
Octal24342100117137441213342
Binary10100011100010100001001111101111110010010101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32208; }

 p { color: rgb(163,34,8); }

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

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

 a { background-color: rgb(163,34,8); }

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

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

 span { border-color: rgb(163,34,8); }

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