#A02104

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

Shades of Fire Brick #A02104

Tints of Fire Brick #A02104

Color information

#A02104 (or 0xA02104) is unknown color: approx Fire Brick. HEX triplet: A0, 21 and 04. RGB value is (160,33,4). Sum of RGB (Red+Green+Blue) = 160+33+4=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A02104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02104 is #5FDEFB. Grayscale: #434343. Windows color (decimal): -6283004 or 270752. OLE color: 270752.

HSL color Cylindrical-coordinate representation of color #A02104: hue angle of 11.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A02104 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB160334-
CMYK00.790.980.37
HSL11.15º95.12%32.16%-
HSV(B)11.15º97.5%62.75%-
XYZ15.068.570.98-
YUV67.6792.08193.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 81.22%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=81.22%
G=16.75%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16033400.790.980.3711.1595.1232.16
HexA021404F6225b5f20
Octal2404140117142451313740
Binary1010000010000110001001111110001010010110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02104; }

 p { color: rgb(160,33,4); }

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

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

 a { background-color: rgb(160,33,4); }

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

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

 span { border-color: rgb(160,33,4); }

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