Html Css Color HEX #AA161A Carmine

📋 copy color: '#AA161A'

red 170 ◦ green 22 ◦ blue 26

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

Shades of Carmine #AA161A

Tints of Carmine #AA161A

RGB

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

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

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

R = 77.98%
G = 10.09%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA161A (or 0xAA161A) is known color: Carmine. HEX triplet: AA, 16 and 1A. RGB value is (170,22,26). Sum of RGB (Red+Green+Blue) = 170+22+26=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA161A is #55E9E5. Grayscale: #424242. Windows color (decimal): -5630438 or 1709738. OLE color: 1709738.

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

Color convert

RGB 170 22 26 -
CMYK 0 0.87 0.85 0.33
HSL 358.38º 0.77% 0.38% -
HSV(B) 358.38º 0.87% 0.67% -
XYZ 17.05 9.19 1.85 -
YUV 66.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 170 22 26 0 0.87 0.85 0.33 358.38 0.77 0.38
Hex AA 16 1A 0 57 55 21 166 4D 26
Octal 252 26 32 0 127 125 41 546 115 46
Binary 10101010 10110 11010 0 1010111 1010101 100001 101100110 1001101 100110

Color Harmonies of #AA161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA161A

Black with #AA161A

Text Example


Text Example

White with #AA161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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