#9F151B

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

Shades of Carmine #9F151B

Tints of Carmine #9F151B

Color information

#9F151B (or 0x9F151B) is unknown color: approx Carmine. HEX triplet: 9F, 15 and 1B. RGB value is (159,21,27). Sum of RGB (Red+Green+Blue) = 159+21+27=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F151B is #60EAE4. Grayscale: #3F3F3F. Windows color (decimal): -6351589 or 1775007. OLE color: 1775007.

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

Color convert

RGB1592127-
CMYK00.870.830.38
HSL357.39º76.67%35.29%-
HSV(B)357.39º86.79%62.35%-
XYZ14.767.991.8-
YUV62.95107.72196.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.81%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=76.81%
G=10.14%
B=13.04%

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
Decimal159212700.870.830.38357.3976.6735.29
Hex9F151B05753261654d23
Octal237253301271234654511543
Binary1001111110101110110101011110100111001101011001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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