Html Css Color HEX #AA062F Carmine

📋 copy color: '#AA062F'

red 170 ◦ green 6 ◦ blue 47

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

Shades of Carmine #AA062F

Tints of Carmine #AA062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 76.23%
G = 2.69%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA062F (or 0xAA062F) is known color: Carmine. HEX triplet: AA, 06 and 2F. RGB value is (170,6,47). Sum of RGB (Red+Green+Blue) = 170+6+47=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA062F is #55F9D0. Grayscale: #3B3B3B. Windows color (decimal): -5634513 or 3081898. OLE color: 3081898.

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

Color convert

RGB 170 6 47 -
CMYK 0 0.96 0.72 0.33
HSL 345º 0.93% 0.35% -
HSV(B) 345º 0.96% 0.67% -
XYZ 17.16 8.88 3.5 -
YUV 59.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 170 6 47 0 0.96 0.72 0.33 345 0.93 0.35
Hex AA 6 2F 0 60 48 21 159 5D 23
Octal 252 6 57 0 140 110 41 531 135 43
Binary 10101010 110 101111 0 1100000 1001000 100001 101011001 1011101 100011

Color Harmonies of #AA062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA062F

Black with #AA062F

Text Example


Text Example

White with #AA062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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