#9F0F13

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

Shades of Carmine #9F0F13

Tints of Carmine #9F0F13

Color information

#9F0F13 (or 0x9F0F13) is unknown color: approx Carmine. HEX triplet: 9F, 0F and 13. RGB value is (159,15,19). Sum of RGB (Red+Green+Blue) = 159+15+19=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0F13 is #60F0EC. Grayscale: #3A3A3A. Windows color (decimal): -6353133 or 1249183. OLE color: 1249183.

HSL color Cylindrical-coordinate representation of color #9F0F13: hue angle of 358.33º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0F13 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1591519-
CMYK00.910.880.38
HSL358.33º82.76%34.12%-
HSV(B)358.33º90.57%62.35%-
XYZ14.597.761.35-
YUV58.51105.71199.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 82.38%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=82.38%
G=7.77%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159151900.910.880.38358.3382.7634.12
Hex9FF1305B58261665322
Octal237172301331304654612342
Binary100111111111100110101101110110001001101011001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,15,19); }

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

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

 a { background-color: rgb(159,15,19); }

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

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

 span { border-color: rgb(159,15,19); }

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