Html Css Color HEX #A22012 Fire Brick

📋 copy color: '#A22012'

red 162 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A22012

Tints of Fire Brick #A22012

RGB

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

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

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

R = 76.42%
G = 15.09%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22012 (or 0xA22012) is known color: Fire Brick. HEX triplet: A2, 20 and 12. RGB value is (162,32,18). Sum of RGB (Red+Green+Blue) = 162+32+18=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A22012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22012 is #5DDFED. Grayscale: #454545. Windows color (decimal): -6152174 or 1188002. OLE color: 1188002.

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

Color convert

RGB 162 32 18 -
CMYK 0 0.80 0.89 0.36
HSL 5.83º 0.8% 0.35% -
HSV(B) 5.83º 0.89% 0.64% -
XYZ 15.53 8.76 1.44 -
YUV 69.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 162 32 18 0 0.80 0.89 0.36 5.83 0.8 0.35
Hex A2 20 12 0 50 59 24 6 50 23
Octal 242 40 22 0 120 131 44 6 120 43
Binary 10100010 100000 10010 0 1010000 1011001 100100 110 1010000 100011

Color Harmonies of #A22012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22012

Black with #A22012

Text Example


Text Example

White with #A22012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22012; }

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

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

background-color css

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

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

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

border-color css

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

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

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