#9D151B

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

Shades of Carmine #9D151B

Tints of Carmine #9D151B

Color information

#9D151B (or 0x9D151B) is unknown color: approx Carmine. HEX triplet: 9D, 15 and 1B. RGB value is (157,21,27). Sum of RGB (Red+Green+Blue) = 157+21+27=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D151B is #62EAE4. Grayscale: #3E3E3E. Windows color (decimal): -6482661 or 1775005. OLE color: 1775005.

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

Color convert

RGB1572127-
CMYK00.870.830.38
HSL357.35º76.4%34.9%-
HSV(B)357.35º86.62%61.57%-
XYZ14.377.781.78-
YUV62.35108.06195.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 76.59%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=76.59%
G=10.24%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157212700.870.830.38357.3576.434.9
Hex9D151B05753261654c23
Octal235253301271234654511443
Binary1001110110101110110101011110100111001101011001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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