Html Css Color HEX #950516 Carmine

📋 copy color: '#950516'

red 149 ◦ green 5 ◦ blue 22

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

Shades of Carmine #950516

Tints of Carmine #950516

RGB

 RED value IS 149 (58.59% from 255) = 84.66%

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

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

R = 84.66%
G = 2.84%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950516 (or 0x950516) is known color: Carmine. HEX triplet: 95, 05 and 16. RGB value is (149,5,22). Sum of RGB (Red+Green+Blue) = 149+5+22=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #950516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950516 is #6AFAE9. Grayscale: #323232. Windows color (decimal): -7011050 or 1443221. OLE color: 1443221.

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

Color convert

RGB 149 5 22 -
CMYK 0 0.97 0.85 0.42
HSL 352.92º 0.94% 0.3% -
HSV(B) 352.92º 0.97% 0.58% -
XYZ 12.59 6.56 1.36 -
YUV 49.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 149 5 22 0 0.97 0.85 0.42 352.92 0.94 0.3
Hex 95 5 16 0 61 55 2A 161 5E 1E
Octal 225 5 26 0 141 125 52 541 136 36
Binary 10010101 101 10110 0 1100001 1010101 101010 101100001 1011110 11110

Color Harmonies of #950516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950516

Black with #950516

Text Example


Text Example

White with #950516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950516; }

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

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

background-color css

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

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

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

border-color css

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

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

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