#A22319

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

Shades of Fire Brick #A22319

Tints of Fire Brick #A22319

Color information

#A22319 (or 0xA22319) is unknown color: approx Fire Brick. HEX triplet: A2, 23 and 19. RGB value is (162,35,25). Sum of RGB (Red+Green+Blue) = 162+35+25=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A22319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22319 is #5DDCE6. Grayscale: #484848. Windows color (decimal): -6151399 or 1647522. OLE color: 1647522.

HSL color Cylindrical-coordinate representation of color #A22319: hue angle of 4.38º 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 #A22319 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1623525-
CMYK00.780.850.36
HSL4.38º73.26%36.67%-
HSV(B)4.38º84.57%63.53%-
XYZ15.688.951.82-
YUV71.83101.58192.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=72.97%
G=15.77%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162352500.780.850.364.3873.2636.67
HexA2231904E552444925
Octal2424331011612544411145
Binary10100010100011110010100111010101011001001001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22319; }

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

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

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

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

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

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

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

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