Html Css Color HEX #AA1319 Carmine

📋 copy color: '#AA1319'

red 170 ◦ green 19 ◦ blue 25

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

Shades of Carmine #AA1319

Tints of Carmine #AA1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 79.44%
G = 8.88%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1319 (or 0xAA1319) is known color: Carmine. HEX triplet: AA, 13 and 19. RGB value is (170,19,25). Sum of RGB (Red+Green+Blue) = 170+19+25=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1319 is #55ECE6. Grayscale: #404040. Windows color (decimal): -5631207 or 1643434. OLE color: 1643434.

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

Color convert

RGB 170 19 25 -
CMYK 0 0.89 0.85 0.33
HSL 357.62º 0.8% 0.37% -
HSV(B) 357.62º 0.89% 0.67% -
XYZ 16.99 9.08 1.78 -
YUV 64.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 170 19 25 0 0.89 0.85 0.33 357.62 0.8 0.37
Hex AA 13 19 0 59 55 21 166 50 25
Octal 252 23 31 0 131 125 41 546 120 45
Binary 10101010 10011 11001 0 1011001 1010101 100001 101100110 1010000 100101

Color Harmonies of #AA1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1319

Black with #AA1319

Text Example


Text Example

White with #AA1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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