#9F0F26

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

Shades of Carmine #9F0F26

Tints of Carmine #9F0F26

Color information

#9F0F26 (or 0x9F0F26) is unknown color: approx Carmine. HEX triplet: 9F, 0F and 26. RGB value is (159,15,38). Sum of RGB (Red+Green+Blue) = 159+15+38=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0F26 is #60F0D9. Grayscale: #3C3C3C. Windows color (decimal): -6353114 or 2494367. OLE color: 2494367.

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

Color convert

RGB1591538-
CMYK00.910.760.38
HSL350.42º82.76%34.12%-
HSV(B)350.42º90.57%62.35%-
XYZ14.827.852.57-
YUV60.68115.21198.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=75%
G=7.08%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159153800.910.760.38350.4282.7634.12
Hex9FF2605B4C2615e5322
Octal237174601331144653612342
Binary1001111111111001100101101110011001001101010111101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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