Html Css Color HEX #AA0015 Carmine

📋 copy color: '#AA0015'

red 170 ◦ green 0 ◦ blue 21

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

Shades of Carmine #AA0015

Tints of Carmine #AA0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 89.01%
G = 0%
B = 10.99%

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

#AA0015 (or 0xAA0015) is known color: Carmine. HEX triplet: AA, 00 and 15. RGB value is (170,0,21). Sum of RGB (Red+Green+Blue) = 170+0+21=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0015 is #55FFEA. Grayscale: #353535. Windows color (decimal): -5636075 or 1376426. OLE color: 1376426.

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

Color convert

RGB 170 0 21 -
CMYK 0 1 0.88 0.33
HSL 352.59º 1% 0.33% -
HSV(B) 352.59º 1% 0.67% -
XYZ 16.71 8.6 1.49 -
YUV 53.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 170 0 21 0 1 0.88 0.33 352.59 1 0.33
Hex AA 0 15 0 64 58 21 161 64 21
Octal 252 0 25 0 144 130 41 541 144 41
Binary 10101010 0 10101 0 1100100 1011000 100001 101100001 1100100 100001

Color Harmonies of #AA0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0015

Black with #AA0015

Text Example


Text Example

White with #AA0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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