Html Css Color HEX #A22A11 Fire Brick

📋 copy color: '#A22A11'

red 162 ◦ green 42 ◦ blue 17

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

Shades of Fire Brick #A22A11

Tints of Fire Brick #A22A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 73.3%
G = 19%
B = 7.69%

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

#A22A11 (or 0xA22A11) is known color: Fire Brick. HEX triplet: A2, 2A and 11. RGB value is (162,42,17). Sum of RGB (Red+Green+Blue) = 162+42+17=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A11 is #5DD5EE. Grayscale: #4B4B4B. Windows color (decimal): -6149615 or 1125026. OLE color: 1125026.

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

Color convert

RGB 162 42 17 -
CMYK 0 0.74 0.90 0.36
HSL 10.34º 0.81% 0.35% -
HSV(B) 10.34º 0.9% 0.64% -
XYZ 15.83 9.38 1.51 -
YUV 75.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 162 42 17 0 0.74 0.90 0.36 10.34 0.81 0.35
Hex A2 2A 11 0 4A 5A 24 A 51 23
Octal 242 52 21 0 112 132 44 12 121 43
Binary 10100010 101010 10001 0 1001010 1011010 100100 1010 1010001 100011

Color Harmonies of #A22A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A11

Black with #A22A11

Text Example


Text Example

White with #A22A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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