Html Css Color HEX #AA181D Carmine

📋 copy color: '#AA181D'

red 170 ◦ green 24 ◦ blue 29

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

Shades of Carmine #AA181D

Tints of Carmine #AA181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 76.23%
G = 10.76%
B = 13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA181D (or 0xAA181D) is known color: Carmine. HEX triplet: AA, 18 and 1D. RGB value is (170,24,29). Sum of RGB (Red+Green+Blue) = 170+24+29=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA181D is #55E7E2. Grayscale: #444444. Windows color (decimal): -5629923 or 1906858. OLE color: 1906858.

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

Color convert

RGB 170 24 29 -
CMYK 0 0.86 0.83 0.33
HSL 357.95º 0.75% 0.38% -
HSV(B) 357.95º 0.86% 0.67% -
XYZ 17.13 9.29 2.05 -
YUV 68.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 170 24 29 0 0.86 0.83 0.33 357.95 0.75 0.38
Hex AA 18 1D 0 56 53 21 166 4B 26
Octal 252 30 35 0 126 123 41 546 113 46
Binary 10101010 11000 11101 0 1010110 1010011 100001 101100110 1001011 100110

Color Harmonies of #AA181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA181D

Black with #AA181D

Text Example


Text Example

White with #AA181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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