#9D1017

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

Shades of Carmine #9D1017

Tints of Carmine #9D1017

Color information

#9D1017 (or 0x9D1017) is unknown color: approx Carmine. HEX triplet: 9D, 10 and 17. RGB value is (157,16,23). Sum of RGB (Red+Green+Blue) = 157+16+23=196 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.10% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1017 is #62EFE8. Grayscale: #3B3B3B. Windows color (decimal): -6483945 or 1511581. OLE color: 1511581.

HSL color Cylindrical-coordinate representation of color #9D1017: hue angle of 357.02º 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 #9D1017 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1571623-
CMYK00.900.850.38
HSL357.02º81.5%33.92%-
HSV(B)357.02º89.81%61.57%-
XYZ14.247.61.53-
YUV58.96107.71197.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.10%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 23 (9.38% from 255) = 11.73%
R=80.10%
G=8.16%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157162300.900.850.38357.0281.533.92
Hex9D101705A55261655222
Octal235202701321254654512242
Binary1001110110000101110101101010101011001101011001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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