#950214

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

Shades of Carmine #950214

Tints of Carmine #950214

Color information

#950214 (or 0x950214) is unknown color: approx Carmine. HEX triplet: 95, 02 and 14. RGB value is (149,2,20). Sum of RGB (Red+Green+Blue) = 149+2+20=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950214 is #6AFDEB. Grayscale: #303030. Windows color (decimal): -7011820 or 1311381. OLE color: 1311381.

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

Color convert

RGB149220-
CMYK00.990.870.42
HSL352.65º97.35%29.61%-
HSV(B)352.65º98.66%58.43%-
XYZ12.546.481.25-
YUV48112.2200.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.13%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=87.13%
G=1.17%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14922000.990.870.42352.6597.3529.61
Hex95214063572A161611e
Octal22522401431275254114136
Binary100101011010100011000111010111101010101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950214; }

 p { color: rgb(149,2,20); }

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

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

 a { background-color: rgb(149,2,20); }

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

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

 span { border-color: rgb(149,2,20); }

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