Html Css Color HEX #AA0407 Sangria

📋 copy color: '#AA0407'

red 170 ◦ green 4 ◦ blue 7

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

Shades of Sangria #AA0407

Tints of Sangria #AA0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

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

R = 93.92%
G = 2.21%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0407 (or 0xAA0407) is known color: Sangria. HEX triplet: AA, 04 and 07. RGB value is (170,4,7). Sum of RGB (Red+Green+Blue) = 170+4+7=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0407 is #55FBF8. Grayscale: #363636. Windows color (decimal): -5635065 or 459946. OLE color: 459946.

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

Color convert

RGB 170 4 7 -
CMYK 0 0.98 0.96 0.33
HSL 358.92º 0.95% 0.34% -
HSV(B) 358.92º 0.98% 0.67% -
XYZ 16.66 8.65 0.99 -
YUV 53.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 170 4 7 0 0.98 0.96 0.33 358.92 0.95 0.34
Hex AA 4 7 0 62 60 21 167 5F 22
Octal 252 4 7 0 142 140 41 547 137 42
Binary 10101010 100 111 0 1100010 1100000 100001 101100111 1011111 100010

Color Harmonies of #AA0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0407

Black with #AA0407

Text Example


Text Example

White with #AA0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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