Html Css Color HEX #AA010E Carmine

📋 copy color: '#AA010E'

red 170 ◦ green 1 ◦ blue 14

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

Shades of Carmine #AA010E

Tints of Carmine #AA010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 91.89%
G = 0.54%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA010E (or 0xAA010E) is known color: Carmine. HEX triplet: AA, 01 and 0E. RGB value is (170,1,14). Sum of RGB (Red+Green+Blue) = 170+1+14=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA010E is #55FEF1. Grayscale: #353535. Windows color (decimal): -5635826 or 917930. OLE color: 917930.

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

Color convert

RGB 170 1 14 -
CMYK 0 0.99 0.92 0.33
HSL 355.38º 0.99% 0.34% -
HSV(B) 355.38º 0.99% 0.67% -
XYZ 16.67 8.6 1.2 -
YUV 53.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 170 1 14 0 0.99 0.92 0.33 355.38 0.99 0.34
Hex AA 1 E 0 63 5C 21 163 63 22
Octal 252 1 16 0 143 134 41 543 143 42
Binary 10101010 1 1110 0 1100011 1011100 100001 101100011 1100011 100010

Color Harmonies of #AA010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA010E

Black with #AA010E

Text Example


Text Example

White with #AA010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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