#950f31

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

Shades of Carmine #950F31

Tints of Carmine #950F31

Color information

#950F31 (or 0x950F31) is unknown color: approx Carmine. HEX triplet: 95, 0F and 31. RGB value is (149,15,49). Sum of RGB (Red+Green+Blue) = 149+15+49=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #950F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F31 is #6AF0CE. Grayscale: #3A3A3A. Windows color (decimal): -7008463 or 3215253. OLE color: 3215253.

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

Color convert

RGB1491549-
CMYK00.900.670.42
HSL344.78º81.71%32.16%-
HSV(B)344.78º89.93%58.43%-
XYZ13.126.953.56-
YUV58.94122.39192.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=69.95%
G=7.04%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149154900.900.670.42344.7881.7132.16
Hex95F3105A432A1595220
Octal225176101321035253112240
Binary1001010111111100010101101010000111010101010110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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