Html Css Color HEX #AA0207 Sangria

📋 copy color: '#AA0207'

red 170 ◦ green 2 ◦ blue 7

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

Shades of Sangria #AA0207

Tints of Sangria #AA0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 94.97%
G = 1.12%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0207 (or 0xAA0207) is known color: Sangria. HEX triplet: AA, 02 and 07. RGB value is (170,2,7). Sum of RGB (Red+Green+Blue) = 170+2+7=179 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.97% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0207 is #55FDF8. Grayscale: #343434. Windows color (decimal): -5635577 or 459434. OLE color: 459434.

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

Color convert

RGB 170 2 7 -
CMYK 0 0.99 0.96 0.33
HSL 358.21º 0.98% 0.34% -
HSV(B) 358.21º 0.99% 0.67% -
XYZ 16.64 8.6 0.99 -
YUV 52.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 170 2 7 0 0.99 0.96 0.33 358.21 0.98 0.34
Hex AA 2 7 0 63 60 21 166 62 22
Octal 252 2 7 0 143 140 41 546 142 42
Binary 10101010 10 111 0 1100011 1100000 100001 101100110 1100010 100010

Color Harmonies of #AA0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0207

Black with #AA0207

Text Example


Text Example

White with #AA0207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0207; }

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

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

background-color css

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

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

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

border-color css

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

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

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