#A32306

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

Shades of Fire Brick #A32306

Tints of Fire Brick #A32306

Color information

#A32306 (or 0xA32306) is unknown color: approx Fire Brick. HEX triplet: A3, 23 and 06. RGB value is (163,35,6). Sum of RGB (Red+Green+Blue) = 163+35+6=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A32306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32306 is #5CDCF9. Grayscale: #464646. Windows color (decimal): -6085882 or 402339. OLE color: 402339.

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

Color convert

RGB163356-
CMYK00.790.960.36
HSL11.08º92.9%33.14%-
HSV(B)11.08º96.32%63.92%-
XYZ15.7491.08-
YUV69.9791.91194.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=79.90%
G=17.16%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16335600.790.960.3611.0892.933.14
HexA323604F6024b5d21
Octal2434360117140441313541
Binary1010001110001111001001111110000010010010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32306; }

 p { color: rgb(163,35,6); }

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

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

 a { background-color: rgb(163,35,6); }

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

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

 span { border-color: rgb(163,35,6); }

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