#9F0B2F

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

Shades of Carmine #9F0B2F

Tints of Carmine #9F0B2F

Color information

#9F0B2F (or 0x9F0B2F) is unknown color: approx Carmine. HEX triplet: 9F, 0B and 2F. RGB value is (159,11,47). Sum of RGB (Red+Green+Blue) = 159+11+47=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B2F is #60F4D0. Grayscale: #3B3B3B. Windows color (decimal): -6354129 or 3083167. OLE color: 3083167.

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

Color convert

RGB1591147-
CMYK00.930.700.38
HSL345.41º87.06%33.33%-
HSV(B)345.41º93.08%62.35%-
XYZ14.937.823.41-
YUV59.36121.03199.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.27%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=73.27%
G=5.07%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159114700.930.700.38345.4187.0633.33
Hex9FB2F05D46261595721
Octal237135701351064653112741
Binary1001111110111011110101110110001101001101010110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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