Html Css Color HEX #AA0007 Sangria

📋 copy color: '#AA0007'

red 170 ◦ green 0 ◦ blue 7

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

Shades of Sangria #AA0007

Tints of Sangria #AA0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.05%
G = 0%
B = 3.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0007 (or 0xAA0007) is known color: Sangria. HEX triplet: AA, 00 and 07. RGB value is (170,0,7). Sum of RGB (Red+Green+Blue) = 170+0+7=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0007 is #55FFF8. Grayscale: #333333. Windows color (decimal): -5636089 or 458922. OLE color: 458922.

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

Color convert

RGB 170 0 7 -
CMYK 0 1 0.96 0.33
HSL 357.53º 1% 0.33% -
HSV(B) 357.53º 1% 0.67% -
XYZ 16.62 8.56 0.98 -
YUV 51.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 170 0 7 0 1 0.96 0.33 357.53 1 0.33
Hex AA 0 7 0 64 60 21 166 64 21
Octal 252 0 7 0 144 140 41 546 144 41
Binary 10101010 0 111 0 1100100 1100000 100001 101100110 1100100 100001

Color Harmonies of #AA0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0007

Black with #AA0007

Text Example


Text Example

White with #AA0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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