Html Css Color HEX #AA0718 Carmine

📋 copy color: '#AA0718'

red 170 ◦ green 7 ◦ blue 24

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

Shades of Carmine #AA0718

Tints of Carmine #AA0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

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

R = 84.58%
G = 3.48%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0718 (or 0xAA0718) is known color: Carmine. HEX triplet: AA, 07 and 18. RGB value is (170,7,24). Sum of RGB (Red+Green+Blue) = 170+7+24=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0718 is #55F8E7. Grayscale: #393939. Windows color (decimal): -5634280 or 1574826. OLE color: 1574826.

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

Color convert

RGB 170 7 24 -
CMYK 0 0.96 0.86 0.33
HSL 353.74º 0.92% 0.35% -
HSV(B) 353.74º 0.96% 0.67% -
XYZ 16.82 8.76 1.67 -
YUV 57.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 170 7 24 0 0.96 0.86 0.33 353.74 0.92 0.35
Hex AA 7 18 0 60 56 21 162 5C 23
Octal 252 7 30 0 140 126 41 542 134 43
Binary 10101010 111 11000 0 1100000 1010110 100001 101100010 1011100 100011

Color Harmonies of #AA0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0718

Black with #AA0718

Text Example


Text Example

White with #AA0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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