Html Css Color HEX #AA0723 Carmine

📋 copy color: '#AA0723'

red 170 ◦ green 7 ◦ blue 35

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

Shades of Carmine #AA0723

Tints of Carmine #AA0723

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 80.19%
G = 3.3%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0723 (or 0xAA0723) is known color: Carmine. HEX triplet: AA, 07 and 23. RGB value is (170,7,35). Sum of RGB (Red+Green+Blue) = 170+7+35=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0723 is #55F8DC. Grayscale: #3A3A3A. Windows color (decimal): -5634269 or 2295722. OLE color: 2295722.

HSL color Cylindrical-coordinate representation of color #AA0723: hue angle of 349.69º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0723 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 35 -
CMYK 0 0.96 0.79 0.33
HSL 349.69º 0.92% 0.35% -
HSV(B) 349.69º 0.96% 0.67% -
XYZ 16.96 8.82 2.4 -
YUV 58.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 170 7 35 0 0.96 0.79 0.33 349.69 0.92 0.35
Hex AA 7 23 0 60 4F 21 15E 5C 23
Octal 252 7 43 0 140 117 41 536 134 43
Binary 10101010 111 100011 0 1100000 1001111 100001 101011110 1011100 100011

Color Harmonies of #AA0723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0723

Black with #AA0723

Text Example


Text Example

White with #AA0723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0723; }

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

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

background-color css

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

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

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

border-color css

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

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

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