#950F1B

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

Shades of Carmine #950F1B

Tints of Carmine #950F1B

Color information

#950F1B (or 0x950F1B) is unknown color: approx Carmine. HEX triplet: 95, 0F and 1B. RGB value is (149,15,27). Sum of RGB (Red+Green+Blue) = 149+15+27=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #950F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F1B is #6AF0E4. Grayscale: #383838. Windows color (decimal): -7008485 or 1773461. OLE color: 1773461.

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

Color convert

RGB1491527-
CMYK00.900.820.42
HSL354.63º81.71%32.16%-
HSV(B)354.63º89.93%58.43%-
XYZ12.766.811.68-
YUV56.43111.39194.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=78.01%
G=7.85%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149152700.900.820.42354.6381.7132.16
Hex95F1B05A522A1635220
Octal225173301321225254312240
Binary100101011111110110101101010100101010101011000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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