Html Css Color HEX #AA0816 Carmine

📋 copy color: '#AA0816'

red 170 ◦ green 8 ◦ blue 22

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

Shades of Carmine #AA0816

Tints of Carmine #AA0816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11%

R = 85%
G = 4%
B = 11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0816 (or 0xAA0816) is known color: Carmine. HEX triplet: AA, 08 and 16. RGB value is (170,8,22). Sum of RGB (Red+Green+Blue) = 170+8+22=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0816 is #55F7E9. Grayscale: #3A3A3A. Windows color (decimal): -5634026 or 1444010. OLE color: 1444010.

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

Color convert

RGB 170 8 22 -
CMYK 0 0.95 0.87 0.33
HSL 354.81º 0.91% 0.35% -
HSV(B) 354.81º 0.95% 0.67% -
XYZ 16.81 8.78 1.57 -
YUV 58.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 170 8 22 0 0.95 0.87 0.33 354.81 0.91 0.35
Hex AA 8 16 0 5F 57 21 163 5B 23
Octal 252 10 26 0 137 127 41 543 133 43
Binary 10101010 1000 10110 0 1011111 1010111 100001 101100011 1011011 100011

Color Harmonies of #AA0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0816

Black with #AA0816

Text Example


Text Example

White with #AA0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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