#950F20

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

Shades of Carmine #950F20

Tints of Carmine #950F20

Color information

#950F20 (or 0x950F20) is unknown color: approx Carmine. HEX triplet: 95, 0F and 20. RGB value is (149,15,32). Sum of RGB (Red+Green+Blue) = 149+15+32=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #950F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F20 is #6AF0DF. Grayscale: #393939. Windows color (decimal): -7008480 or 2101141. OLE color: 2101141.

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

Color convert

RGB1491532-
CMYK00.900.790.42
HSL352.39º81.71%32.16%-
HSV(B)352.39º89.93%58.43%-
XYZ12.836.842.01-
YUV57113.89193.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.02%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=76.02%
G=7.65%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149153200.900.790.42352.3981.7132.16
Hex95F2005A4F2A1605220
Octal225174001321175254012240
Binary1001010111111000000101101010011111010101011000001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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