#A42210

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

Shades of Fire Brick #A42210

Tints of Fire Brick #A42210

Color information

#A42210 (or 0xA42210) is unknown color: approx Fire Brick. HEX triplet: A4, 22 and 10. RGB value is (164,34,16). Sum of RGB (Red+Green+Blue) = 164+34+16=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A42210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42210 is #5BDDEF. Grayscale: #474747. Windows color (decimal): -6020592 or 1057444. OLE color: 1057444.

HSL color Cylindrical-coordinate representation of color #A42210: hue angle of 7.3º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A42210 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1643416-
CMYK00.790.900.36
HSL7.3º82.22%35.29%-
HSV(B)7.3º90.24%64.31%-
XYZ15.989.071.4-
YUV70.8297.07194.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.64%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 16 (6.64% from 255) = 7.48%
R=76.64%
G=15.89%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164341600.790.900.367.382.2235.29
HexA4221004F5A2475223
Octal2444220011713244712243
Binary10100100100010100000100111110110101001001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42210; }

 p { color: rgb(164,34,16); }

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

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

 a { background-color: rgb(164,34,16); }

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

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

 span { border-color: rgb(164,34,16); }

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