Html Css Color HEX #AA161C Carmine

📋 copy color: '#AA161C'

red 170 ◦ green 22 ◦ blue 28

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

Shades of Carmine #AA161C

Tints of Carmine #AA161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 77.27%
G = 10%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA161C (or 0xAA161C) is known color: Carmine. HEX triplet: AA, 16 and 1C. RGB value is (170,22,28). Sum of RGB (Red+Green+Blue) = 170+22+28=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA161C is #55E9E3. Grayscale: #434343. Windows color (decimal): -5630436 or 1840810. OLE color: 1840810.

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

Color convert

RGB 170 22 28 -
CMYK 0 0.87 0.84 0.33
HSL 357.57º 0.77% 0.38% -
HSV(B) 357.57º 0.87% 0.67% -
XYZ 17.07 9.2 1.98 -
YUV 66.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 170 22 28 0 0.87 0.84 0.33 357.57 0.77 0.38
Hex AA 16 1C 0 57 54 21 166 4D 26
Octal 252 26 34 0 127 124 41 546 115 46
Binary 10101010 10110 11100 0 1010111 1010100 100001 101100110 1001101 100110

Color Harmonies of #AA161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA161C

Black with #AA161C

Text Example


Text Example

White with #AA161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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