#950C20

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

Shades of Carmine #950C20

Tints of Carmine #950C20

Color information

#950C20 (or 0x950C20) is unknown color: approx Carmine. HEX triplet: 95, 0C and 20. RGB value is (149,12,32). Sum of RGB (Red+Green+Blue) = 149+12+32=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C20 is #6AF3DF. Grayscale: #373737. Windows color (decimal): -7009248 or 2100373. OLE color: 2100373.

HSL color Cylindrical-coordinate representation of color #950C20: hue angle of 351.24º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C20 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1491232-
CMYK00.920.790.42
HSL351.24º85.09%31.57%-
HSV(B)351.24º91.95%58.43%-
XYZ12.796.762-
YUV55.24114.89194.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=77.20%
G=6.22%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149123200.920.790.42351.2485.0931.57
Hex95C2005C4F2A15f5520
Octal225144001341175253712540
Binary1001010111001000000101110010011111010101010111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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