#9D151E

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

Shades of Carmine #9D151E

Tints of Carmine #9D151E

Color information

#9D151E (or 0x9D151E) is unknown color: approx Carmine. HEX triplet: 9D, 15 and 1E. RGB value is (157,21,30). Sum of RGB (Red+Green+Blue) = 157+21+30=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D151E is #62EAE1. Grayscale: #3E3E3E. Windows color (decimal): -6482658 or 1971613. OLE color: 1971613.

HSL color Cylindrical-coordinate representation of color #9D151E: hue angle of 356.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D151E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1572130-
CMYK00.870.810.38
HSL356.03º76.4%34.9%-
HSV(B)356.03º86.62%61.57%-
XYZ14.417.81.97-
YUV62.69109.56195.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 75.48%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=75.48%
G=10.10%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157213000.870.810.38356.0376.434.9
Hex9D151E05751261644c23
Octal235253601271214654411443
Binary1001110110101111100101011110100011001101011001001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D151E; }

 p { color: rgb(157,21,30); }

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

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

 a { background-color: rgb(157,21,30); }

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

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

 span { border-color: rgb(157,21,30); }

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