Html Css Color HEX #A22011 Fire Brick

📋 copy color: '#A22011'

red 162 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #A22011

Tints of Fire Brick #A22011

RGB

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

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

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

R = 76.78%
G = 15.17%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A22011 (or 0xA22011) is known color: Fire Brick. HEX triplet: A2, 20 and 11. RGB value is (162,32,17). Sum of RGB (Red+Green+Blue) = 162+32+17=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A22011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22011 is #5DDFEE. Grayscale: #454545. Windows color (decimal): -6152175 or 1122466. OLE color: 1122466.

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

Color convert

RGB 162 32 17 -
CMYK 0 0.80 0.90 0.36
HSL 6.21º 0.81% 0.35% -
HSV(B) 6.21º 0.9% 0.64% -
XYZ 15.52 8.75 1.4 -
YUV 69.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 162 32 17 0 0.80 0.90 0.36 6.21 0.81 0.35
Hex A2 20 11 0 50 5A 24 6 51 23
Octal 242 40 21 0 120 132 44 6 121 43
Binary 10100010 100000 10001 0 1010000 1011010 100100 110 1010001 100011

Color Harmonies of #A22011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22011

Black with #A22011

Text Example


Text Example

White with #A22011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22011; }

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

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

background-color css

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

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

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

border-color css

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

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

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