Html Css Color HEX #AA001E Carmine

📋 copy color: '#AA001E'

red 170 ◦ green 0 ◦ blue 30

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

Shades of Carmine #AA001E

Tints of Carmine #AA001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85%
G = 0%
B = 15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA001E (or 0xAA001E) is known color: Carmine. HEX triplet: AA, 00 and 1E. RGB value is (170,0,30). Sum of RGB (Red+Green+Blue) = 170+0+30=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA001E is #55FFE1. Grayscale: #363636. Windows color (decimal): -5636066 or 1966250. OLE color: 1966250.

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

Color convert

RGB 170 0 30 -
CMYK 0 1 0.82 0.33
HSL 349.41º 1% 0.33% -
HSV(B) 349.41º 1% 0.67% -
XYZ 16.81 8.64 2.01 -
YUV 54.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 170 0 30 0 1 0.82 0.33 349.41 1 0.33
Hex AA 0 1E 0 64 52 21 15D 64 21
Octal 252 0 36 0 144 122 41 535 144 41
Binary 10101010 0 11110 0 1100100 1010010 100001 101011101 1100100 100001

Color Harmonies of #AA001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA001E

Black with #AA001E

Text Example


Text Example

White with #AA001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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