#9D1617

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

Shades of Carmine #9D1617

Tints of Carmine #9D1617

Color information

#9D1617 (or 0x9D1617) is unknown color: approx Carmine. HEX triplet: 9D, 16 and 17. RGB value is (157,22,23). Sum of RGB (Red+Green+Blue) = 157+22+23=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1617 is #62E9E8. Grayscale: #3E3E3E. Windows color (decimal): -6482409 or 1513117. OLE color: 1513117.

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

Color convert

RGB1572223-
CMYK00.860.850.38
HSL359.56º75.42%35.1%-
HSV(B)359.56º85.99%61.57%-
XYZ14.357.81.56-
YUV62.48105.73195.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.72%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 23 (9.38% from 255) = 11.39%
R=77.72%
G=10.89%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157222300.860.850.38359.5675.4235.1
Hex9D161705655261684b23
Octal235262701261254655011343
Binary1001110110110101110101011010101011001101011010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,22,23); }

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

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

 a { background-color: rgb(157,22,23); }

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

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

 span { border-color: rgb(157,22,23); }

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