Html Css Color HEX #AA0D14 Carmine

📋 copy color: '#AA0D14'

red 170 ◦ green 13 ◦ blue 20

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

Shades of Carmine #AA0D14

Tints of Carmine #AA0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 83.74%
G = 6.4%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA0D14 (or 0xAA0D14) is known color: Carmine. HEX triplet: AA, 0D and 14. RGB value is (170,13,20). Sum of RGB (Red+Green+Blue) = 170+13+20=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D14 is #55F2EB. Grayscale: #3C3C3C. Windows color (decimal): -5632748 or 1314218. OLE color: 1314218.

HSL color Cylindrical-coordinate representation of color #AA0D14: hue angle of 357.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D14 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 20 -
CMYK 0 0.92 0.88 0.33
HSL 357.32º 0.86% 0.36% -
HSV(B) 357.32º 0.92% 0.67% -
XYZ 16.85 8.88 1.49 -
YUV 60.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 170 13 20 0 0.92 0.88 0.33 357.32 0.86 0.36
Hex AA D 14 0 5C 58 21 165 56 24
Octal 252 15 24 0 134 130 41 545 126 44
Binary 10101010 1101 10100 0 1011100 1011000 100001 101100101 1010110 100100

Color Harmonies of #AA0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D14

Black with #AA0D14

Text Example


Text Example

White with #AA0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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