Html Css Color HEX #AA1018 Carmine

📋 copy color: '#AA1018'

red 170 ◦ green 16 ◦ blue 24

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

Shades of Carmine #AA1018

Tints of Carmine #AA1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 80.95%
G = 7.62%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1018 (or 0xAA1018) is known color: Carmine. HEX triplet: AA, 10 and 18. RGB value is (170,16,24). Sum of RGB (Red+Green+Blue) = 170+16+24=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1018 is #55EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5631976 or 1577130. OLE color: 1577130.

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

Color convert

RGB 170 16 24 -
CMYK 0 0.91 0.86 0.33
HSL 356.88º 0.83% 0.36% -
HSV(B) 356.88º 0.91% 0.67% -
XYZ 16.93 8.98 1.71 -
YUV 62.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 170 16 24 0 0.91 0.86 0.33 356.88 0.83 0.36
Hex AA 10 18 0 5B 56 21 165 53 24
Octal 252 20 30 0 133 126 41 545 123 44
Binary 10101010 10000 11000 0 1011011 1010110 100001 101100101 1010011 100100

Color Harmonies of #AA1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1018

Black with #AA1018

Text Example


Text Example

White with #AA1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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