Html Css Color HEX #A22210 Fire Brick

📋 copy color: '#A22210'

red 162 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #A22210

Tints of Fire Brick #A22210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 76.42%
G = 16.04%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A22210 (or 0xA22210) is known color: Fire Brick. HEX triplet: A2, 22 and 10. RGB value is (162,34,16). Sum of RGB (Red+Green+Blue) = 162+34+16=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A22210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22210 is #5DDDEF. Grayscale: #464646. Windows color (decimal): -6151664 or 1057442. OLE color: 1057442.

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

Color convert

RGB 162 34 16 -
CMYK 0 0.79 0.90 0.36
HSL 7.4º 0.82% 0.35% -
HSV(B) 7.4º 0.9% 0.64% -
XYZ 15.57 8.86 1.38 -
YUV 70.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 162 34 16 0 0.79 0.90 0.36 7.4 0.82 0.35
Hex A2 22 10 0 4F 5A 24 7 52 23
Octal 242 42 20 0 117 132 44 7 122 43
Binary 10100010 100010 10000 0 1001111 1011010 100100 111 1010010 100011

Color Harmonies of #A22210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22210

Black with #A22210

Text Example


Text Example

White with #A22210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22210; }

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

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

background-color css

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

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

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

border-color css

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

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

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