Html Css Color HEX #AA2207 Fire Brick

📋 copy color: '#AA2207'

red 170 ◦ green 34 ◦ blue 7

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

Shades of Fire Brick #AA2207

Tints of Fire Brick #AA2207

RGB

 RED value IS 170 (66.8% from 255) = 80.57%

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

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 80.57%
G = 16.11%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA2207 (or 0xAA2207) is known color: Fire Brick. HEX triplet: AA, 22 and 07. RGB value is (170,34,7). Sum of RGB (Red+Green+Blue) = 170+34+7=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2207 is #55DDF8. Grayscale: #474747. Windows color (decimal): -5627385 or 467626. OLE color: 467626.

HSL color Cylindrical-coordinate representation of color #AA2207: hue angle of 9.94º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2207 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 7 -
CMYK 0 0.80 0.96 0.33
HSL 9.94º 0.92% 0.35% -
HSV(B) 9.94º 0.96% 0.67% -
XYZ 17.19 9.71 1.17 -
YUV 71.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 170 34 7 0 0.80 0.96 0.33 9.94 0.92 0.35
Hex AA 22 7 0 50 60 21 A 5C 23
Octal 252 42 7 0 120 140 41 12 134 43
Binary 10101010 100010 111 0 1010000 1100000 100001 1010 1011100 100011

Color Harmonies of #AA2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2207

Black with #AA2207

Text Example


Text Example

White with #AA2207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2207; }

 p { color: rgb(170,34,7); }

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

background-color css

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

 a { background-color: rgb(170,34,7); }

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

border-color css

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

 span { border-color: rgb(170,34,7); }

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