#950F21

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

Shades of Carmine #950F21

Tints of Carmine #950F21

Color information

#950F21 (or 0x950F21) is unknown color: approx Carmine. HEX triplet: 95, 0F and 21. RGB value is (149,15,33). Sum of RGB (Red+Green+Blue) = 149+15+33=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #950F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F21 is #6AF0DE. Grayscale: #393939. Windows color (decimal): -7008479 or 2166677. OLE color: 2166677.

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

Color convert

RGB1491533-
CMYK00.900.780.42
HSL351.94º81.71%32.16%-
HSV(B)351.94º89.93%58.43%-
XYZ12.846.842.08-
YUV57.12114.39193.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=75.63%
G=7.61%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149153300.900.780.42351.9481.7132.16
Hex95F2105A4E2A1605220
Octal225174101321165254012240
Binary1001010111111000010101101010011101010101011000001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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