Html Css Color HEX #AA0618 Carmine

📋 copy color: '#AA0618'

red 170 ◦ green 6 ◦ blue 24

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

Shades of Carmine #AA0618

Tints of Carmine #AA0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 85%
G = 3%
B = 12%

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

#AA0618 (or 0xAA0618) is known color: Carmine. HEX triplet: AA, 06 and 18. RGB value is (170,6,24). Sum of RGB (Red+Green+Blue) = 170+6+24=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0618 is #55F9E7. Grayscale: #393939. Windows color (decimal): -5634536 or 1574570. OLE color: 1574570.

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

Color convert

RGB 170 6 24 -
CMYK 0 0.96 0.86 0.33
HSL 353.41º 0.93% 0.35% -
HSV(B) 353.41º 0.96% 0.67% -
XYZ 16.81 8.74 1.67 -
YUV 57.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 170 6 24 0 0.96 0.86 0.33 353.41 0.93 0.35
Hex AA 6 18 0 60 56 21 161 5D 23
Octal 252 6 30 0 140 126 41 541 135 43
Binary 10101010 110 11000 0 1100000 1010110 100001 101100001 1011101 100011

Color Harmonies of #AA0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0618

Black with #AA0618

Text Example


Text Example

White with #AA0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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