Html Css Color HEX #A22A10 Fire Brick

📋 copy color: '#A22A10'

red 162 ◦ green 42 ◦ blue 16

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

Shades of Fire Brick #A22A10

Tints of Fire Brick #A22A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 73.64%
G = 19.09%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A22A10 (or 0xA22A10) is known color: Fire Brick. HEX triplet: A2, 2A and 10. RGB value is (162,42,16). Sum of RGB (Red+Green+Blue) = 162+42+16=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A10 is #5DD5EF. Grayscale: #4B4B4B. Windows color (decimal): -6149616 or 1059490. OLE color: 1059490.

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

Color convert

RGB 162 42 16 -
CMYK 0 0.74 0.90 0.36
HSL 10.68º 0.82% 0.35% -
HSV(B) 10.68º 0.9% 0.64% -
XYZ 15.82 9.37 1.47 -
YUV 74.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 162 42 16 0 0.74 0.90 0.36 10.68 0.82 0.35
Hex A2 2A 10 0 4A 5A 24 B 52 23
Octal 242 52 20 0 112 132 44 13 122 43
Binary 10100010 101010 10000 0 1001010 1011010 100100 1011 1010010 100011

Color Harmonies of #A22A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A10

Black with #A22A10

Text Example


Text Example

White with #A22A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A10; }

 p { color: rgb(162,42,16); }

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

background-color css

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

 a { background-color: rgb(162,42,16); }

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

border-color css

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

 span { border-color: rgb(162,42,16); }

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