Html Css Color HEX #AA131C Carmine

📋 copy color: '#AA131C'

red 170 ◦ green 19 ◦ blue 28

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

Shades of Carmine #AA131C

Tints of Carmine #AA131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 78.34%
G = 8.76%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA131C (or 0xAA131C) is known color: Carmine. HEX triplet: AA, 13 and 1C. RGB value is (170,19,28). Sum of RGB (Red+Green+Blue) = 170+19+28=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA131C is #55ECE3. Grayscale: #414141. Windows color (decimal): -5631204 or 1840042. OLE color: 1840042.

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

Color convert

RGB 170 19 28 -
CMYK 0 0.89 0.84 0.33
HSL 356.42º 0.8% 0.37% -
HSV(B) 356.42º 0.89% 0.67% -
XYZ 17.02 9.1 1.96 -
YUV 65.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 170 19 28 0 0.89 0.84 0.33 356.42 0.8 0.37
Hex AA 13 1C 0 59 54 21 164 50 25
Octal 252 23 34 0 131 124 41 544 120 45
Binary 10101010 10011 11100 0 1011001 1010100 100001 101100100 1010000 100101

Color Harmonies of #AA131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA131C

Black with #AA131C

Text Example


Text Example

White with #AA131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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