#A22202

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

Shades of Fire Brick #A22202

Tints of Fire Brick #A22202

Color information

#A22202 (or 0xA22202) is unknown color: approx Fire Brick. HEX triplet: A2, 22 and 02. RGB value is (162,34,2). Sum of RGB (Red+Green+Blue) = 162+34+2=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A22202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22202 is #5DDDFD. Grayscale: #444444. Windows color (decimal): -6151678 or 139938. OLE color: 139938.

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

Color convert

RGB162342-
CMYK00.790.990.36
HSL12º97.56%32.16%-
HSV(B)12º98.77%63.53%-
XYZ15.488.830.95-
YUV68.6290.41194.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.82%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=81.82%
G=17.17%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16234200.790.990.361297.5632.16
HexA222204F6324c6220
Octal2424220117143441414240
Binary101000101000101001001111110001110010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22202; }

 p { color: rgb(162,34,2); }

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

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

 a { background-color: rgb(162,34,2); }

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

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

 span { border-color: rgb(162,34,2); }

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