Html Css Color HEX #AA030D Sangria

📋 copy color: '#AA030D'

red 170 ◦ green 3 ◦ blue 13

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

Shades of Sangria #AA030D

Tints of Sangria #AA030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 91.4%
G = 1.61%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA030D (or 0xAA030D) is known color: Sangria. HEX triplet: AA, 03 and 0D. RGB value is (170,3,13). Sum of RGB (Red+Green+Blue) = 170+3+13=186 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.40% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 170 - color contains mainly: red. Hex color #AA030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA030D is #55FCF2. Grayscale: #363636. Windows color (decimal): -5635315 or 852906. OLE color: 852906.

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

Color convert

RGB 170 3 13 -
CMYK 0 0.98 0.92 0.33
HSL 356.41º 0.97% 0.34% -
HSV(B) 356.41º 0.98% 0.67% -
XYZ 16.68 8.64 1.17 -
YUV 54.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 170 3 13 0 0.98 0.92 0.33 356.41 0.97 0.34
Hex AA 3 D 0 62 5C 21 164 61 22
Octal 252 3 15 0 142 134 41 544 141 42
Binary 10101010 11 1101 0 1100010 1011100 100001 101100100 1100001 100010

Color Harmonies of #AA030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA030D

Black with #AA030D

Text Example


Text Example

White with #AA030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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