#950412

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

Shades of Carmine #950412

Tints of Carmine #950412

Color information

#950412 (or 0x950412) is unknown color: approx Carmine. HEX triplet: 95, 04 and 12. RGB value is (149,4,18). Sum of RGB (Red+Green+Blue) = 149+4+18=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950412 is #6AFBED. Grayscale: #313131. Windows color (decimal): -7011310 or 1180821. OLE color: 1180821.

HSL color Cylindrical-coordinate representation of color #950412: hue angle of 354.21º 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 #950412 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB149418-
CMYK00.970.880.42
HSL354.21º94.77%30%-
HSV(B)354.21º97.32%58.43%-
XYZ12.556.521.17-
YUV48.95110.54199.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.13%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=87.13%
G=2.34%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14941800.970.880.42354.2194.7730
Hex95412061582A1625f1e
Octal22542201411305254213736
Binary1001010110010010011000011011000101010101100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950412; }

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

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

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

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

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

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

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

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