Html Css Color HEX #AA0018 Carmine

📋 copy color: '#AA0018'

red 170 ◦ green 0 ◦ blue 24

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

Shades of Carmine #AA0018

Tints of Carmine #AA0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 87.63%
G = 0%
B = 12.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0018 (or 0xAA0018) is known color: Carmine. HEX triplet: AA, 00 and 18. RGB value is (170,0,24). Sum of RGB (Red+Green+Blue) = 170+0+24=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0018 is #55FFE7. Grayscale: #353535. Windows color (decimal): -5636072 or 1573034. OLE color: 1573034.

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

Color convert

RGB 170 0 24 -
CMYK 0 1 0.86 0.33
HSL 351.53º 1% 0.33% -
HSV(B) 351.53º 1% 0.67% -
XYZ 16.74 8.61 1.64 -
YUV 53.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 170 0 24 0 1 0.86 0.33 351.53 1 0.33
Hex AA 0 18 0 64 56 21 160 64 21
Octal 252 0 30 0 144 126 41 540 144 41
Binary 10101010 0 11000 0 1100100 1010110 100001 101100000 1100100 100001

Color Harmonies of #AA0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0018

Black with #AA0018

Text Example


Text Example

White with #AA0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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