#9D1015

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

Shades of Carmine #9D1015

Tints of Carmine #9D1015

Color information

#9D1015 (or 0x9D1015) is unknown color: approx Carmine. HEX triplet: 9D, 10 and 15. RGB value is (157,16,21). Sum of RGB (Red+Green+Blue) = 157+16+21=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1015 is #62EFEA. Grayscale: #3A3A3A. Windows color (decimal): -6483947 or 1380509. OLE color: 1380509.

HSL color Cylindrical-coordinate representation of color #9D1015: hue angle of 357.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1015 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1571621-
CMYK00.900.870.38
HSL357.87º81.5%33.92%-
HSV(B)357.87º89.81%61.57%-
XYZ14.237.591.43-
YUV58.73106.71198.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.93%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=80.93%
G=8.25%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157162100.900.870.38357.8781.533.92
Hex9D101505A57261665222
Octal235202501321274654612242
Binary1001110110000101010101101010101111001101011001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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