Html Css Color HEX #A22019 Fire Brick

📋 copy color: '#A22019'

red 162 ◦ green 32 ◦ blue 25

#A22019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A22019

Tints of Fire Brick #A22019

RGB

 RED value IS 162 (63.67% from 255) = 73.97%

 GREEN value IS 32 (12.89% from 255) = 14.61%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 73.97%
G = 14.61%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A22019 (or 0xA22019) is known color: Fire Brick. HEX triplet: A2, 20 and 19. RGB value is (162,32,25). Sum of RGB (Red+Green+Blue) = 162+32+25=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22019 is #5DDFE6. Grayscale: #464646. Windows color (decimal): -6152167 or 1646754. OLE color: 1646754.

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

Color convert

RGB 162 32 25 -
CMYK 0 0.80 0.85 0.36
HSL 3.07º 0.73% 0.37% -
HSV(B) 3.07º 0.85% 0.64% -
XYZ 15.59 8.78 1.79 -
YUV 70.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 162 32 25 0 0.80 0.85 0.36 3.07 0.73 0.37
Hex A2 20 19 0 50 55 24 3 49 25
Octal 242 40 31 0 120 125 44 3 111 45
Binary 10100010 100000 11001 0 1010000 1010101 100100 11 1001001 100101

Color Harmonies of #A22019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22019

Black with #A22019

Text Example


Text Example

White with #A22019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22019; }

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

 H1.HeaderClassName
 {
   color: #A22019;
 }
 .AnyTagClassName
 {
   color: #A22019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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