Html Css Color HEX #AA0614 Carmine

📋 copy color: '#AA0614'

red 170 ◦ green 6 ◦ blue 20

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

Shades of Carmine #AA0614

Tints of Carmine #AA0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 86.73%
G = 3.06%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA0614 (or 0xAA0614) is known color: Carmine. HEX triplet: AA, 06 and 14. RGB value is (170,6,20). Sum of RGB (Red+Green+Blue) = 170+6+20=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0614 is #55F9EB. Grayscale: #383838. Windows color (decimal): -5634540 or 1312426. OLE color: 1312426.

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

Color convert

RGB 170 6 20 -
CMYK 0 0.96 0.88 0.33
HSL 354.88º 0.93% 0.35% -
HSV(B) 354.88º 0.96% 0.67% -
XYZ 16.77 8.73 1.46 -
YUV 56.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 170 6 20 0 0.96 0.88 0.33 354.88 0.93 0.35
Hex AA 6 14 0 60 58 21 163 5D 23
Octal 252 6 24 0 140 130 41 543 135 43
Binary 10101010 110 10100 0 1100000 1011000 100001 101100011 1011101 100011

Color Harmonies of #AA0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0614

Black with #AA0614

Text Example


Text Example

White with #AA0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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