#9F0B1E

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

Shades of Carmine #9F0B1E

Tints of Carmine #9F0B1E

Color information

#9F0B1E (or 0x9F0B1E) is unknown color: approx Carmine. HEX triplet: 9F, 0B and 1E. RGB value is (159,11,30). Sum of RGB (Red+Green+Blue) = 159+11+30=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B1E is #60F4E1. Grayscale: #393939. Windows color (decimal): -6354146 or 1969055. OLE color: 1969055.

HSL color Cylindrical-coordinate representation of color #9F0B1E: hue angle of 352.3º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B1E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1591130-
CMYK00.930.810.38
HSL352.3º87.06%33.33%-
HSV(B)352.3º93.08%62.35%-
XYZ14.657.71.94-
YUV57.42112.53200.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=79.5%
G=5.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159113000.930.810.38352.387.0633.33
Hex9FB1E05D51261605721
Octal237133601351214654012741
Binary100111111011111100101110110100011001101011000001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,30); }

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

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

 a { background-color: rgb(159,11,30); }

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

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

 span { border-color: rgb(159,11,30); }

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