Html Css Color HEX #A22A12 Fire Brick

📋 copy color: '#A22A12'

red 162 ◦ green 42 ◦ blue 18

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

Shades of Fire Brick #A22A12

Tints of Fire Brick #A22A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 72.97%
G = 18.92%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22A12 (or 0xA22A12) is known color: Fire Brick. HEX triplet: A2, 2A and 12. RGB value is (162,42,18). Sum of RGB (Red+Green+Blue) = 162+42+18=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A12 is #5DD5ED. Grayscale: #4B4B4B. Windows color (decimal): -6149614 or 1190562. OLE color: 1190562.

HSL color Cylindrical-coordinate representation of color #A22A12: hue angle of 10º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A22A12 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 42 18 -
CMYK 0 0.74 0.89 0.36
HSL 10º 0.8% 0.35% -
HSV(B) 10º 0.89% 0.64% -
XYZ 15.84 9.38 1.55 -
YUV 75.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 162 42 18 0 0.74 0.89 0.36 10 0.8 0.35
Hex A2 2A 12 0 4A 59 24 A 50 23
Octal 242 52 22 0 112 131 44 12 120 43
Binary 10100010 101010 10010 0 1001010 1011001 100100 1010 1010000 100011

Color Harmonies of #A22A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A12

Black with #A22A12

Text Example


Text Example

White with #A22A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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