#9F0513

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

Shades of Carmine #9F0513

Tints of Carmine #9F0513

Color information

#9F0513 (or 0x9F0513) is unknown color: approx Carmine. HEX triplet: 9F, 05 and 13. RGB value is (159,5,19). Sum of RGB (Red+Green+Blue) = 159+5+19=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0513 is #60FAEC. Grayscale: #343434. Windows color (decimal): -6355693 or 1246623. OLE color: 1246623.

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

Color convert

RGB159519-
CMYK00.970.880.38
HSL354.55º93.9%32.16%-
HSV(B)354.55º96.86%62.35%-
XYZ14.477.531.31-
YUV52.64109.02203.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 86.89%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=86.89%
G=2.73%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15951900.970.880.38354.5593.932.16
Hex9F51306158261635e20
Octal23752301411304654313640
Binary10011111101100110110000110110001001101011000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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