#9F0B25

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

Shades of Carmine #9F0B25

Tints of Carmine #9F0B25

Color information

#9F0B25 (or 0x9F0B25) is unknown color: approx Carmine. HEX triplet: 9F, 0B and 25. RGB value is (159,11,37). Sum of RGB (Red+Green+Blue) = 159+11+37=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B25 is #60F4DA. Grayscale: #3A3A3A. Windows color (decimal): -6354139 or 2427807. OLE color: 2427807.

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

Color convert

RGB1591137-
CMYK00.930.770.38
HSL349.46º87.06%33.33%-
HSV(B)349.46º93.08%62.35%-
XYZ14.757.742.47-
YUV58.22116.03199.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.81%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=76.81%
G=5.31%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159113700.930.770.38349.4687.0633.33
Hex9FB2505D4D2615d5721
Octal237134501351154653512741
Binary1001111110111001010101110110011011001101010111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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