#950421

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

Shades of Carmine #950421

Tints of Carmine #950421

Color information

#950421 (or 0x950421) is unknown color: approx Carmine. HEX triplet: 95, 04 and 21. RGB value is (149,4,33). Sum of RGB (Red+Green+Blue) = 149+4+33=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950421 is #6AFBDE. Grayscale: #323232. Windows color (decimal): -7011295 or 2163861. OLE color: 2163861.

HSL color Cylindrical-coordinate representation of color #950421: hue angle of 348º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950421 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB149433-
CMYK00.970.780.42
HSL348º94.77%30%-
HSV(B)348º97.32%58.43%-
XYZ12.716.592.04-
YUV50.66118.04198.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=80.11%
G=2.15%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14943300.970.780.4234894.7730
Hex954210614E2A15c5f1e
Octal22544101411165253413736
Binary10010101100100001011000011001110101010101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950421; }

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

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

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

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

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

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

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

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