Html Css Color HEX #AA181A Carmine

📋 copy color: '#AA181A'

red 170 ◦ green 24 ◦ blue 26

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

Shades of Carmine #AA181A

Tints of Carmine #AA181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 77.27%
G = 10.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA181A (or 0xAA181A) is known color: Carmine. HEX triplet: AA, 18 and 1A. RGB value is (170,24,26). Sum of RGB (Red+Green+Blue) = 170+24+26=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA181A is #55E7E5. Grayscale: #444444. Windows color (decimal): -5629926 or 1710250. OLE color: 1710250.

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

Color convert

RGB 170 24 26 -
CMYK 0 0.86 0.85 0.33
HSL 359.18º 0.75% 0.38% -
HSV(B) 359.18º 0.86% 0.67% -
XYZ 17.09 9.27 1.87 -
YUV 67.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 170 24 26 0 0.86 0.85 0.33 359.18 0.75 0.38
Hex AA 18 1A 0 56 55 21 167 4B 26
Octal 252 30 32 0 126 125 41 547 113 46
Binary 10101010 11000 11010 0 1010110 1010101 100001 101100111 1001011 100110

Color Harmonies of #AA181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA181A

Black with #AA181A

Text Example


Text Example

White with #AA181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA181A; }

 p { color: rgb(170,24,26); }

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

background-color css

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

 a { background-color: rgb(170,24,26); }

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

border-color css

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

 span { border-color: rgb(170,24,26); }

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