Html Css Color HEX #A10216 Carmine

📋 copy color: '#A10216'

red 161 ◦ green 2 ◦ blue 22

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

Shades of Carmine #A10216

Tints of Carmine #A10216

RGB

 RED value IS 161 (63.28% from 255) = 87.03%

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 87.03%
G = 1.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A10216 (or 0xA10216) is known color: Carmine. HEX triplet: A1, 02 and 16. RGB value is (161,2,22). Sum of RGB (Red+Green+Blue) = 161+2+22=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A10216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10216 is #5EFDE9. Grayscale: #333333. Windows color (decimal): -6225386 or 1442465. OLE color: 1442465.

HSL color Cylindrical-coordinate representation of color #A10216: hue angle of 352.45º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10216 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 22 -
CMYK 0 0.99 0.86 0.37
HSL 352.45º 0.98% 0.32% -
HSV(B) 352.45º 0.99% 0.63% -
XYZ 14.86 7.68 1.46 -
YUV 51.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 161 2 22 0 0.99 0.86 0.37 352.45 0.98 0.32
Hex A1 2 16 0 63 56 25 160 62 20
Octal 241 2 26 0 143 126 45 540 142 40
Binary 10100001 10 10110 0 1100011 1010110 100101 101100000 1100010 100000

Color Harmonies of #A10216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10216

Black with #A10216

Text Example


Text Example

White with #A10216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10216; }

 p { color: rgb(161,2,22); }

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

background-color css

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

 a { background-color: rgb(161,2,22); }

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

border-color css

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

 span { border-color: rgb(161,2,22); }

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