Html Css Color HEX #A81216 Carmine

📋 copy color: '#A81216'

red 168 ◦ green 18 ◦ blue 22

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

Shades of Carmine #A81216

Tints of Carmine #A81216

RGB

 RED value IS 168 (66.02% from 255) = 80.77%

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 80.77%
G = 8.65%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A81216 (or 0xA81216) is known color: Carmine. HEX triplet: A8, 12 and 16. RGB value is (168,18,22). Sum of RGB (Red+Green+Blue) = 168+18+22=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81216 is #57EDE9. Grayscale: #3F3F3F. Windows color (decimal): -5762538 or 1446568. OLE color: 1446568.

HSL color Cylindrical-coordinate representation of color #A81216: hue angle of 358.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81216 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 22 -
CMYK 0 0.89 0.87 0.34
HSL 358.4º 0.81% 0.36% -
HSV(B) 358.4º 0.89% 0.66% -
XYZ 16.51 8.82 1.59 -
YUV 63.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 168 18 22 0 0.89 0.87 0.34 358.4 0.81 0.36
Hex A8 12 16 0 59 57 22 166 51 24
Octal 250 22 26 0 131 127 42 546 121 44
Binary 10101000 10010 10110 0 1011001 1010111 100010 101100110 1010001 100100

Color Harmonies of #A81216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81216

Black with #A81216

Text Example


Text Example

White with #A81216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81216; }

 p { color: rgb(168,18,22); }

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

background-color css

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

 a { background-color: rgb(168,18,22); }

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

border-color css

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

 span { border-color: rgb(168,18,22); }

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