Html Css Color HEX #A70516 Carmine

📋 copy color: '#A70516'

red 167 ◦ green 5 ◦ blue 22

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

Shades of Carmine #A70516

Tints of Carmine #A70516

RGB

 RED value IS 167 (65.63% from 255) = 86.08%

 GREEN value IS 5 (2.34% from 255) = 2.58%

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

R = 86.08%
G = 2.58%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A70516 (or 0xA70516) is known color: Carmine. HEX triplet: A7, 05 and 16. RGB value is (167,5,22). Sum of RGB (Red+Green+Blue) = 167+5+22=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A70516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70516 is #58FAE9. Grayscale: #373737. Windows color (decimal): -5831402 or 1443239. OLE color: 1443239.

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

Color convert

RGB 167 5 22 -
CMYK 0 0.97 0.87 0.35
HSL 353.7º 0.94% 0.34% -
HSV(B) 353.7º 0.97% 0.65% -
XYZ 16.14 8.38 1.53 -
YUV 55.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 167 5 22 0 0.97 0.87 0.35 353.7 0.94 0.34
Hex A7 5 16 0 61 57 23 162 5E 22
Octal 247 5 26 0 141 127 43 542 136 42
Binary 10100111 101 10110 0 1100001 1010111 100011 101100010 1011110 100010

Color Harmonies of #A70516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70516

Black with #A70516

Text Example


Text Example

White with #A70516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70516; }

 p { color: rgb(167,5,22); }

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

background-color css

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

 a { background-color: rgb(167,5,22); }

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

border-color css

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

 span { border-color: rgb(167,5,22); }

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