#A32305

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

Shades of Fire Brick #A32305

Tints of Fire Brick #A32305

Color information

#A32305 (or 0xA32305) is unknown color: approx Fire Brick. HEX triplet: A3, 23 and 05. RGB value is (163,35,5). Sum of RGB (Red+Green+Blue) = 163+35+5=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A32305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32305 is #5CDCFA. Grayscale: #464646. Windows color (decimal): -6085883 or 336803. OLE color: 336803.

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

Color convert

RGB163355-
CMYK00.790.970.36
HSL11.39º94.05%32.94%-
HSV(B)11.39º96.93%63.92%-
XYZ15.7391.05-
YUV69.8591.41194.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.30%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=80.30%
G=17.24%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16335500.790.970.3611.3994.0532.94
HexA323504F6124b5e21
Octal2434350117141441313641
Binary1010001110001110101001111110000110010010111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32305; }

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

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

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

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

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

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

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

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