#950E28

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

Shades of Carmine #950E28

Tints of Carmine #950E28

Color information

#950E28 (or 0x950E28) is unknown color: approx Carmine. HEX triplet: 95, 0E and 28. RGB value is (149,14,40). Sum of RGB (Red+Green+Blue) = 149+14+40=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #950E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E28 is #6AF1D7. Grayscale: #393939. Windows color (decimal): -7008728 or 2625173. OLE color: 2625173.

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

Color convert

RGB1491440-
CMYK00.910.730.42
HSL348.44º82.82%31.96%-
HSV(B)348.44º90.6%58.43%-
XYZ12.936.862.65-
YUV57.33118.23193.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=73.40%
G=6.90%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149144000.910.730.42348.4482.8231.96
Hex95E2805B492A15c5320
Octal225165001331115253412340
Binary1001010111101010000101101110010011010101010111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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