#A22219

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

Shades of Fire Brick #A22219

Tints of Fire Brick #A22219

Color information

#A22219 (or 0xA22219) is unknown color: approx Fire Brick. HEX triplet: A2, 22 and 19. RGB value is (162,34,25). Sum of RGB (Red+Green+Blue) = 162+34+25=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A22219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22219 is #5DDDE6. Grayscale: #474747. Windows color (decimal): -6151655 or 1647266. OLE color: 1647266.

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

Color convert

RGB1623425-
CMYK00.790.850.36
HSL3.94º73.26%36.67%-
HSV(B)3.94º84.57%63.53%-
XYZ15.658.91.81-
YUV71.25101.91192.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 25 (10.16% from 255) = 11.31%
R=73.30%
G=15.38%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162342500.790.850.363.9473.2636.67
HexA2221904F552444925
Octal2424231011712544411145
Binary10100010100010110010100111110101011001001001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22219; }

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

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

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

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

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

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

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

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