Html Css Color HEX #A22112 Fire Brick

📋 copy color: '#A22112'

red 162 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #A22112

Tints of Fire Brick #A22112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 76.06%
G = 15.49%
B = 8.45%

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

#A22112 (or 0xA22112) is known color: Fire Brick. HEX triplet: A2, 21 and 12. RGB value is (162,33,18). Sum of RGB (Red+Green+Blue) = 162+33+18=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A22112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22112 is #5DDEED. Grayscale: #464646. Windows color (decimal): -6151918 or 1188258. OLE color: 1188258.

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

Color convert

RGB 162 33 18 -
CMYK 0 0.80 0.89 0.36
HSL 6.25º 0.8% 0.35% -
HSV(B) 6.25º 0.89% 0.64% -
XYZ 15.55 8.81 1.45 -
YUV 69.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 162 33 18 0 0.80 0.89 0.36 6.25 0.8 0.35
Hex A2 21 12 0 50 59 24 6 50 23
Octal 242 41 22 0 120 131 44 6 120 43
Binary 10100010 100001 10010 0 1010000 1011001 100100 110 1010000 100011

Color Harmonies of #A22112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22112

Black with #A22112

Text Example


Text Example

White with #A22112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22112; }

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

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

background-color css

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

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

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

border-color css

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

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

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