#9D102E

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

Shades of Carmine #9D102E

Tints of Carmine #9D102E

Color information

#9D102E (or 0x9D102E) is unknown color: approx Carmine. HEX triplet: 9D, 10 and 2E. RGB value is (157,16,46). Sum of RGB (Red+Green+Blue) = 157+16+46=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D102E is #62EFD1. Grayscale: #3D3D3D. Windows color (decimal): -6483922 or 3018909. OLE color: 3018909.

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

Color convert

RGB1571646-
CMYK00.900.710.38
HSL347.23º81.5%33.92%-
HSV(B)347.23º89.81%61.57%-
XYZ14.587.743.31-
YUV61.58119.21196.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.69%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=71.69%
G=7.31%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157164600.900.710.38347.2381.533.92
Hex9D102E05A472615b5222
Octal235205601321074653312242
Binary10011101100001011100101101010001111001101010110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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