#950217

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

Shades of Carmine #950217

Tints of Carmine #950217

Color information

#950217 (or 0x950217) is unknown color: approx Carmine. HEX triplet: 95, 02 and 17. RGB value is (149,2,23). Sum of RGB (Red+Green+Blue) = 149+2+23=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950217 is #6AFDE8. Grayscale: #303030. Windows color (decimal): -7011817 or 1507989. OLE color: 1507989.

HSL color Cylindrical-coordinate representation of color #950217: hue angle of 351.43º 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 #950217 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB149223-
CMYK00.990.850.42
HSL351.43º97.35%29.61%-
HSV(B)351.43º98.66%58.43%-
XYZ12.576.491.4-
YUV48.35113.7199.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 85.63%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=85.63%
G=1.15%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14922300.990.850.42351.4397.3529.61
Hex95217063552A15f611e
Octal22522701431255253714136
Binary100101011010111011000111010101101010101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950217; }

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

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

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

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

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

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

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

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