Html Css Color HEX #AA181B Carmine

📋 copy color: '#AA181B'

red 170 ◦ green 24 ◦ blue 27

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

Shades of Carmine #AA181B

Tints of Carmine #AA181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 76.92%
G = 10.86%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA181B (or 0xAA181B) is known color: Carmine. HEX triplet: AA, 18 and 1B. RGB value is (170,24,27). Sum of RGB (Red+Green+Blue) = 170+24+27=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA181B is #55E7E4. Grayscale: #444444. Windows color (decimal): -5629925 or 1775786. OLE color: 1775786.

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

Color convert

RGB 170 24 27 -
CMYK 0 0.86 0.84 0.33
HSL 358.77º 0.75% 0.38% -
HSV(B) 358.77º 0.86% 0.67% -
XYZ 17.1 9.28 1.93 -
YUV 68 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 170 24 27 0 0.86 0.84 0.33 358.77 0.75 0.38
Hex AA 18 1B 0 56 54 21 167 4B 26
Octal 252 30 33 0 126 124 41 547 113 46
Binary 10101010 11000 11011 0 1010110 1010100 100001 101100111 1001011 100110

Color Harmonies of #AA181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA181B

Black with #AA181B

Text Example


Text Example

White with #AA181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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