#950E17

Color #950E17 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #950E17

Tints of Carmine #950E17

Color information

#950E17 (or 0x950E17) is unknown color: approx Carmine. HEX triplet: 95, 0E and 17. RGB value is (149,14,23). Sum of RGB (Red+Green+Blue) = 149+14+23=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E17 is #6AF1E8. Grayscale: #373737. Windows color (decimal): -7008745 or 1511061. OLE color: 1511061.

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

Color convert

RGB1491423-
CMYK00.910.850.42
HSL356º82.82%31.96%-
HSV(B)356º90.6%58.43%-
XYZ12.716.771.45-
YUV55.39109.73194.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 23 (9.38% from 255) = 12.37%
R=80.11%
G=7.53%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149142300.910.850.4235682.8231.96
Hex95E1705B552A1645320
Octal225162701331255254412340
Binary100101011110101110101101110101011010101011001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950E17; }

 p { color: rgb(149,14,23); }

 H1.HeaderClassName
 {
   color: #950E17;
 }
 .AnyTagClassName
 {
   color: #950E17;
 }
</style>
background-color css

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

 a { background-color: rgb(149,14,23); }

 div.DivClassName
 {
   background-color: #950E17;
 }
 .BgClassName
 {
   background-color: #950E17;
 }
</style>
border-color css

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

 span { border-color: rgb(149,14,23); }

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