Html Css Color HEX #AA0A1A Carmine

📋 copy color: '#AA0A1A'

red 170 ◦ green 10 ◦ blue 26

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

Shades of Carmine #AA0A1A

Tints of Carmine #AA0A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 82.52%
G = 4.85%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA0A1A (or 0xAA0A1A) is known color: Carmine. HEX triplet: AA, 0A and 1A. RGB value is (170,10,26). Sum of RGB (Red+Green+Blue) = 170+10+26=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A1A is #55F5E5. Grayscale: #3B3B3B. Windows color (decimal): -5633510 or 1706666. OLE color: 1706666.

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

Color convert

RGB 170 10 26 -
CMYK 0 0.94 0.85 0.33
HSL 354º 0.89% 0.35% -
HSV(B) 354º 0.94% 0.67% -
XYZ 16.87 8.84 1.79 -
YUV 59.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 170 10 26 0 0.94 0.85 0.33 354 0.89 0.35
Hex AA A 1A 0 5E 55 21 162 59 23
Octal 252 12 32 0 136 125 41 542 131 43
Binary 10101010 1010 11010 0 1011110 1010101 100001 101100010 1011001 100011

Color Harmonies of #AA0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A1A

Black with #AA0A1A

Text Example


Text Example

White with #AA0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A1A; }

 p { color: rgb(170,10,26); }

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

background-color css

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

 a { background-color: rgb(170,10,26); }

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

border-color css

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

 span { border-color: rgb(170,10,26); }

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