#A62119

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

Shades of Fire Brick #A62119

Tints of Fire Brick #A62119

Color information

#A62119 (or 0xA62119) is unknown color: approx Fire Brick. HEX triplet: A6, 21 and 19. RGB value is (166,33,25). Sum of RGB (Red+Green+Blue) = 166+33+25=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A62119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62119 is #59DEE6. Grayscale: #484848. Windows color (decimal): -5889767 or 1647014. OLE color: 1647014.

HSL color Cylindrical-coordinate representation of color #A62119: hue angle of 3.4º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A62119 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1663325-
CMYK00.800.850.35
HSL3.4º73.82%37.45%-
HSV(B)3.4º84.94%65.1%-
XYZ16.459.261.84-
YUV71.85101.56195.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=74.11%
G=14.73%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166332500.800.850.353.473.8237.45
HexA62119050552334a25
Octal2464131012012543311245
Binary1010011010000111001010100001010101100011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62119; }

 p { color: rgb(166,33,25); }

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

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

 a { background-color: rgb(166,33,25); }

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

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

 span { border-color: rgb(166,33,25); }

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