Html Css Color HEX #AA011E Carmine

📋 copy color: '#AA011E'

red 170 ◦ green 1 ◦ blue 30

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

Shades of Carmine #AA011E

Tints of Carmine #AA011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 84.58%
G = 0.5%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA011E (or 0xAA011E) is known color: Carmine. HEX triplet: AA, 01 and 1E. RGB value is (170,1,30). Sum of RGB (Red+Green+Blue) = 170+1+30=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA011E is #55FEE1. Grayscale: #363636. Windows color (decimal): -5635810 or 1966506. OLE color: 1966506.

HSL color Cylindrical-coordinate representation of color #AA011E: hue angle of 349.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA011E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 30 -
CMYK 0 0.99 0.82 0.33
HSL 349.7º 0.99% 0.34% -
HSV(B) 349.7º 0.99% 0.67% -
XYZ 16.82 8.66 2.01 -
YUV 54.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 170 1 30 0 0.99 0.82 0.33 349.7 0.99 0.34
Hex AA 1 1E 0 63 52 21 15E 63 22
Octal 252 1 36 0 143 122 41 536 143 42
Binary 10101010 1 11110 0 1100011 1010010 100001 101011110 1100011 100010

Color Harmonies of #AA011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA011E

Black with #AA011E

Text Example


Text Example

White with #AA011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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