Html Css Color HEX #950116 Carmine

📋 copy color: '#950116'

red 149 ◦ green 1 ◦ blue 22

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

Shades of Carmine #950116

Tints of Carmine #950116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 86.63%
G = 0.58%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950116 (or 0x950116) is known color: Carmine. HEX triplet: 95, 01 and 16. RGB value is (149,1,22). Sum of RGB (Red+Green+Blue) = 149+1+22=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #950116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950116 is #6AFEE9. Grayscale: #2F2F2F. Windows color (decimal): -7012074 or 1442197. OLE color: 1442197.

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

Color convert

RGB 149 1 22 -
CMYK 0 0.99 0.85 0.42
HSL 351.49º 0.99% 0.29% -
HSV(B) 351.49º 0.99% 0.58% -
XYZ 12.55 6.47 1.35 -
YUV 47.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 149 1 22 0 0.99 0.85 0.42 351.49 0.99 0.29
Hex 95 1 16 0 63 55 2A 15F 63 1D
Octal 225 1 26 0 143 125 52 537 143 35
Binary 10010101 1 10110 0 1100011 1010101 101010 101011111 1100011 11101

Color Harmonies of #950116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950116

Black with #950116

Text Example


Text Example

White with #950116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950116; }

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

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

background-color css

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

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

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

border-color css

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

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

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