Html Css Color HEX #AA0316 Carmine

📋 copy color: '#AA0316'

red 170 ◦ green 3 ◦ blue 22

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

Shades of Carmine #AA0316

Tints of Carmine #AA0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 87.18%
G = 1.54%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0316 (or 0xAA0316) is known color: Carmine. HEX triplet: AA, 03 and 16. RGB value is (170,3,22). Sum of RGB (Red+Green+Blue) = 170+3+22=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0316 is #55FCE9. Grayscale: #373737. Windows color (decimal): -5635306 or 1442730. OLE color: 1442730.

HSL color Cylindrical-coordinate representation of color #AA0316: hue angle of 353.17º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0316 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 22 -
CMYK 0 0.98 0.87 0.33
HSL 353.17º 0.97% 0.34% -
HSV(B) 353.17º 0.98% 0.67% -
XYZ 16.75 8.67 1.55 -
YUV 55.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 170 3 22 0 0.98 0.87 0.33 353.17 0.97 0.34
Hex AA 3 16 0 62 57 21 161 61 22
Octal 252 3 26 0 142 127 41 541 141 42
Binary 10101010 11 10110 0 1100010 1010111 100001 101100001 1100001 100010

Color Harmonies of #AA0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0316

Black with #AA0316

Text Example


Text Example

White with #AA0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0316; }

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

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

background-color css

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

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

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

border-color css

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

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

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