#950F26

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

Shades of Carmine #950F26

Tints of Carmine #950F26

Color information

#950F26 (or 0x950F26) is unknown color: approx Carmine. HEX triplet: 95, 0F and 26. RGB value is (149,15,38). Sum of RGB (Red+Green+Blue) = 149+15+38=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #950F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F26 is #6AF0D9. Grayscale: #393939. Windows color (decimal): -7008474 or 2494357. OLE color: 2494357.

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

Color convert

RGB1491538-
CMYK00.900.740.42
HSL349.7º81.71%32.16%-
HSV(B)349.7º89.93%58.43%-
XYZ12.926.872.48-
YUV57.69116.89193.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.76%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=73.76%
G=7.43%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149153800.900.740.42349.781.7132.16
Hex95F2605A4A2A15e5220
Octal225174601321125253612240
Binary1001010111111001100101101010010101010101010111101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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