Html Css Color HEX #AA161F Carmine

📋 copy color: '#AA161F'

red 170 ◦ green 22 ◦ blue 31

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

Shades of Carmine #AA161F

Tints of Carmine #AA161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 76.23%
G = 9.87%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA161F (or 0xAA161F) is known color: Carmine. HEX triplet: AA, 16 and 1F. RGB value is (170,22,31). Sum of RGB (Red+Green+Blue) = 170+22+31=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA161F is #55E9E0. Grayscale: #434343. Windows color (decimal): -5630433 or 2037418. OLE color: 2037418.

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

Color convert

RGB 170 22 31 -
CMYK 0 0.87 0.82 0.33
HSL 356.35º 0.77% 0.38% -
HSV(B) 356.35º 0.87% 0.67% -
XYZ 17.11 9.22 2.17 -
YUV 67.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 170 22 31 0 0.87 0.82 0.33 356.35 0.77 0.38
Hex AA 16 1F 0 57 52 21 164 4D 26
Octal 252 26 37 0 127 122 41 544 115 46
Binary 10101010 10110 11111 0 1010111 1010010 100001 101100100 1001101 100110

Color Harmonies of #AA161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA161F

Black with #AA161F

Text Example


Text Example

White with #AA161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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