Html Css Color HEX #AA061E Carmine

📋 copy color: '#AA061E'

red 170 ◦ green 6 ◦ blue 30

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

Shades of Carmine #AA061E

Tints of Carmine #AA061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 82.52%
G = 2.91%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA061E (or 0xAA061E) is known color: Carmine. HEX triplet: AA, 06 and 1E. RGB value is (170,6,30). Sum of RGB (Red+Green+Blue) = 170+6+30=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA061E is #55F9E1. Grayscale: #393939. Windows color (decimal): -5634530 or 1967786. OLE color: 1967786.

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

Color convert

RGB 170 6 30 -
CMYK 0 0.96 0.82 0.33
HSL 351.22º 0.93% 0.35% -
HSV(B) 351.22º 0.96% 0.67% -
XYZ 16.88 8.77 2.03 -
YUV 57.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 170 6 30 0 0.96 0.82 0.33 351.22 0.93 0.35
Hex AA 6 1E 0 60 52 21 15F 5D 23
Octal 252 6 36 0 140 122 41 537 135 43
Binary 10101010 110 11110 0 1100000 1010010 100001 101011111 1011101 100011

Color Harmonies of #AA061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA061E

Black with #AA061E

Text Example


Text Example

White with #AA061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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