#950E1B

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

Shades of Carmine #950E1B

Tints of Carmine #950E1B

Color information

#950E1B (or 0x950E1B) is unknown color: approx Carmine. HEX triplet: 95, 0E and 1B. RGB value is (149,14,27). Sum of RGB (Red+Green+Blue) = 149+14+27=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E1B is #6AF1E4. Grayscale: #373737. Windows color (decimal): -7008741 or 1773205. OLE color: 1773205.

HSL color Cylindrical-coordinate representation of color #950E1B: hue angle of 354.22º 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 #950E1B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1491427-
CMYK00.910.820.42
HSL354.22º82.82%31.96%-
HSV(B)354.22º90.6%58.43%-
XYZ12.756.781.67-
YUV55.85111.73194.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.42%
GREEN value IS 14 (5.86% from 255) = 7.37%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=78.42%
G=7.37%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149142700.910.820.42354.2282.8231.96
Hex95E1B05B522A1625320
Octal225163301331225254212340
Binary100101011110110110101101110100101010101011000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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