Html Css Color HEX #AA062A Carmine

📋 copy color: '#AA062A'

red 170 ◦ green 6 ◦ blue 42

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

Shades of Carmine #AA062A

Tints of Carmine #AA062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 77.98%
G = 2.75%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA062A (or 0xAA062A) is known color: Carmine. HEX triplet: AA, 06 and 2A. RGB value is (170,6,42). Sum of RGB (Red+Green+Blue) = 170+6+42=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA062A is #55F9D5. Grayscale: #3B3B3B. Windows color (decimal): -5634518 or 2754218. OLE color: 2754218.

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

Color convert

RGB 170 6 42 -
CMYK 0 0.96 0.75 0.33
HSL 346.83º 0.93% 0.35% -
HSV(B) 346.83º 0.96% 0.67% -
XYZ 17.06 8.84 3 -
YUV 59.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 170 6 42 0 0.96 0.75 0.33 346.83 0.93 0.35
Hex AA 6 2A 0 60 4B 21 15B 5D 23
Octal 252 6 52 0 140 113 41 533 135 43
Binary 10101010 110 101010 0 1100000 1001011 100001 101011011 1011101 100011

Color Harmonies of #AA062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA062A

Black with #AA062A

Text Example


Text Example

White with #AA062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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