Html Css Color HEX #AA1624 Carmine

📋 copy color: '#AA1624'

red 170 ◦ green 22 ◦ blue 36

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

Shades of Carmine #AA1624

Tints of Carmine #AA1624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 74.56%
G = 9.65%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA1624 (or 0xAA1624) is known color: Carmine. HEX triplet: AA, 16 and 24. RGB value is (170,22,36). Sum of RGB (Red+Green+Blue) = 170+22+36=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1624 is #55E9DB. Grayscale: #434343. Windows color (decimal): -5630428 or 2365098. OLE color: 2365098.

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

Color convert

RGB 170 22 36 -
CMYK 0 0.87 0.79 0.33
HSL 354.32º 0.77% 0.38% -
HSV(B) 354.32º 0.87% 0.67% -
XYZ 17.18 9.25 2.55 -
YUV 67.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 170 22 36 0 0.87 0.79 0.33 354.32 0.77 0.38
Hex AA 16 24 0 57 4F 21 162 4D 26
Octal 252 26 44 0 127 117 41 542 115 46
Binary 10101010 10110 100100 0 1010111 1001111 100001 101100010 1001101 100110

Color Harmonies of #AA1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1624

Black with #AA1624

Text Example


Text Example

White with #AA1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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