Html Css Color HEX #AA131E Carmine

📋 copy color: '#AA131E'

red 170 ◦ green 19 ◦ blue 30

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

Shades of Carmine #AA131E

Tints of Carmine #AA131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 77.63%
G = 8.68%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA131E (or 0xAA131E) is known color: Carmine. HEX triplet: AA, 13 and 1E. RGB value is (170,19,30). Sum of RGB (Red+Green+Blue) = 170+19+30=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA131E is #55ECE1. Grayscale: #414141. Windows color (decimal): -5631202 or 1971114. OLE color: 1971114.

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

Color convert

RGB 170 19 30 -
CMYK 0 0.89 0.82 0.33
HSL 355.63º 0.8% 0.37% -
HSV(B) 355.63º 0.89% 0.67% -
XYZ 17.04 9.11 2.09 -
YUV 65.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 170 19 30 0 0.89 0.82 0.33 355.63 0.8 0.37
Hex AA 13 1E 0 59 52 21 164 50 25
Octal 252 23 36 0 131 122 41 544 120 45
Binary 10101010 10011 11110 0 1011001 1010010 100001 101100100 1010000 100101

Color Harmonies of #AA131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA131E

Black with #AA131E

Text Example


Text Example

White with #AA131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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