#A32108

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

Shades of Fire Brick #A32108

Tints of Fire Brick #A32108

Color information

#A32108 (or 0xA32108) is unknown color: approx Fire Brick. HEX triplet: A3, 21 and 08. RGB value is (163,33,8). Sum of RGB (Red+Green+Blue) = 163+33+8=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A32108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32108 is #5CDEF7. Grayscale: #454545. Windows color (decimal): -6086392 or 532899. OLE color: 532899.

HSL color Cylindrical-coordinate representation of color #A32108: hue angle of 9.68º 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 #A32108 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB163338-
CMYK00.800.950.36
HSL9.68º90.64%33.53%-
HSV(B)9.68º95.09%63.92%-
XYZ15.698.891.12-
YUV69.0293.57195.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=79.90%
G=16.18%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16333800.800.950.369.6890.6433.53
HexA32180505F24a5b22
Octal24341100120137441213342
Binary10100011100001100001010000101111110010010101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32108; }

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

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

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

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

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

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

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

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