Html Css Color HEX #AA1723 Carmine

📋 copy color: '#AA1723'

red 170 ◦ green 23 ◦ blue 35

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

Shades of Carmine #AA1723

Tints of Carmine #AA1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 35 (14.06% from 255) = 15.35%

R = 74.56%
G = 10.09%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA1723 (or 0xAA1723) is known color: Carmine. HEX triplet: AA, 17 and 23. RGB value is (170,23,35). Sum of RGB (Red+Green+Blue) = 170+23+35=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1723 is #55E8DC. Grayscale: #444444. Windows color (decimal): -5630173 or 2299818. OLE color: 2299818.

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

Color convert

RGB 170 23 35 -
CMYK 0 0.86 0.79 0.33
HSL 355.1º 0.76% 0.38% -
HSV(B) 355.1º 0.86% 0.67% -
XYZ 17.19 9.28 2.48 -
YUV 68.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 170 23 35 0 0.86 0.79 0.33 355.1 0.76 0.38
Hex AA 17 23 0 56 4F 21 163 4C 26
Octal 252 27 43 0 126 117 41 543 114 46
Binary 10101010 10111 100011 0 1010110 1001111 100001 101100011 1001100 100110

Color Harmonies of #AA1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1723

Black with #AA1723

Text Example


Text Example

White with #AA1723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1723; }

 p { color: rgb(170,23,35); }

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

background-color css

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

 a { background-color: rgb(170,23,35); }

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

border-color css

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

 span { border-color: rgb(170,23,35); }

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