Html Css Color HEX #970516 Carmine

📋 copy color: '#970516'

red 151 ◦ green 5 ◦ blue 22

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

Shades of Carmine #970516

Tints of Carmine #970516

RGB

 RED value IS 151 (59.38% from 255) = 84.83%

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

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

R = 84.83%
G = 2.81%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970516 (or 0x970516) is known color: Carmine. HEX triplet: 97, 05 and 16. RGB value is (151,5,22). Sum of RGB (Red+Green+Blue) = 151+5+22=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #970516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970516 is #68FAE9. Grayscale: #323232. Windows color (decimal): -6879978 or 1443223. OLE color: 1443223.

HSL color Cylindrical-coordinate representation of color #970516: hue angle of 353.01º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970516 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 22 -
CMYK 0 0.97 0.85 0.41
HSL 353.01º 0.94% 0.31% -
HSV(B) 353.01º 0.97% 0.59% -
XYZ 12.96 6.75 1.38 -
YUV 50.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 151 5 22 0 0.97 0.85 0.41 353.01 0.94 0.31
Hex 97 5 16 0 61 55 29 161 5E 1F
Octal 227 5 26 0 141 125 51 541 136 37
Binary 10010111 101 10110 0 1100001 1010101 101001 101100001 1011110 11111

Color Harmonies of #970516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970516

Black with #970516

Text Example


Text Example

White with #970516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970516; }

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

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

background-color css

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

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

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

border-color css

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

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

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