Html Css Color HEX #AA0003 Sangria

📋 copy color: '#AA0003'

red 170 ◦ green 0 ◦ blue 3

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

Shades of Sangria #AA0003

Tints of Sangria #AA0003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 98.27%
G = 0%
B = 1.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA0003 (or 0xAA0003) is known color: Sangria. HEX triplet: AA, 00 and 03. RGB value is (170,0,3). Sum of RGB (Red+Green+Blue) = 170+0+3=173 (22% of max value = 765). Red value is 170 (66.80% from 255 or 98.27% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0003 is #55FFFC. Grayscale: #333333. Windows color (decimal): -5636093 or 196778. OLE color: 196778.

HSL color Cylindrical-coordinate representation of color #AA0003: hue angle of 358.94º 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 #AA0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 3 -
CMYK 0 1 0.98 0.33
HSL 358.94º 1% 0.33% -
HSV(B) 358.94º 1% 0.67% -
XYZ 16.59 8.55 0.86 -
YUV 51.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 170 0 3 0 1 0.98 0.33 358.94 1 0.33
Hex AA 0 3 0 64 62 21 167 64 21
Octal 252 0 3 0 144 142 41 547 144 41
Binary 10101010 0 11 0 1100100 1100010 100001 101100111 1100100 100001

Color Harmonies of #AA0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0003

Black with #AA0003

Text Example


Text Example

White with #AA0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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