Html Css Color HEX #AA0813 Carmine

📋 copy color: '#AA0813'

red 170 ◦ green 8 ◦ blue 19

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

Shades of Carmine #AA0813

Tints of Carmine #AA0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 86.29%
G = 4.06%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA0813 (or 0xAA0813) is known color: Carmine. HEX triplet: AA, 08 and 13. RGB value is (170,8,19). Sum of RGB (Red+Green+Blue) = 170+8+19=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0813 is #55F7EC. Grayscale: #393939. Windows color (decimal): -5634029 or 1247402. OLE color: 1247402.

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

Color convert

RGB 170 8 19 -
CMYK 0 0.95 0.89 0.33
HSL 355.93º 0.91% 0.35% -
HSV(B) 355.93º 0.95% 0.67% -
XYZ 16.78 8.77 1.42 -
YUV 57.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 170 8 19 0 0.95 0.89 0.33 355.93 0.91 0.35
Hex AA 8 13 0 5F 59 21 164 5B 23
Octal 252 10 23 0 137 131 41 544 133 43
Binary 10101010 1000 10011 0 1011111 1011001 100001 101100100 1011011 100011

Color Harmonies of #AA0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0813

Black with #AA0813

Text Example


Text Example

White with #AA0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0813; }

 p { color: rgb(170,8,19); }

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

background-color css

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

 a { background-color: rgb(170,8,19); }

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

border-color css

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

 span { border-color: rgb(170,8,19); }

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