Html Css Color HEX #AA0014 Carmine

📋 copy color: '#AA0014'

red 170 ◦ green 0 ◦ blue 20

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

Shades of Carmine #AA0014

Tints of Carmine #AA0014

RGB

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

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

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

R = 89.47%
G = 0%
B = 10.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA0014 (or 0xAA0014) is known color: Carmine. HEX triplet: AA, 00 and 14. RGB value is (170,0,20). Sum of RGB (Red+Green+Blue) = 170+0+20=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0014 is #55FFEB. Grayscale: #353535. Windows color (decimal): -5636076 or 1310890. OLE color: 1310890.

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

Color convert

RGB 170 0 20 -
CMYK 0 1 0.88 0.33
HSL 352.94º 1% 0.33% -
HSV(B) 352.94º 1% 0.67% -
XYZ 16.7 8.6 1.44 -
YUV 53.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 170 0 20 0 1 0.88 0.33 352.94 1 0.33
Hex AA 0 14 0 64 58 21 161 64 21
Octal 252 0 24 0 144 130 41 541 144 41
Binary 10101010 0 10100 0 1100100 1011000 100001 101100001 1100100 100001

Color Harmonies of #AA0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0014

Black with #AA0014

Text Example


Text Example

White with #AA0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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