Html Css Color HEX #AA0817 Carmine

📋 copy color: '#AA0817'

red 170 ◦ green 8 ◦ blue 23

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

Shades of Carmine #AA0817

Tints of Carmine #AA0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 23 (9.38% from 255) = 11.44%

R = 84.58%
G = 3.98%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0817 (or 0xAA0817) is known color: Carmine. HEX triplet: AA, 08 and 17. RGB value is (170,8,23). Sum of RGB (Red+Green+Blue) = 170+8+23=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0817 is #55F7E8. Grayscale: #3A3A3A. Windows color (decimal): -5634025 or 1509546. OLE color: 1509546.

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

Color convert

RGB 170 8 23 -
CMYK 0 0.95 0.86 0.33
HSL 354.44º 0.91% 0.35% -
HSV(B) 354.44º 0.95% 0.67% -
XYZ 16.82 8.78 1.62 -
YUV 58.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 170 8 23 0 0.95 0.86 0.33 354.44 0.91 0.35
Hex AA 8 17 0 5F 56 21 162 5B 23
Octal 252 10 27 0 137 126 41 542 133 43
Binary 10101010 1000 10111 0 1011111 1010110 100001 101100010 1011011 100011

Color Harmonies of #AA0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0817

Black with #AA0817

Text Example


Text Example

White with #AA0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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