#9F0030

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

Shades of Carmine #9F0030

Tints of Carmine #9F0030

Color information

#9F0030 (or 0x9F0030) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 30. RGB value is (159,0,48). Sum of RGB (Red+Green+Blue) = 159+0+48=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0030 is #60FFCF. Grayscale: #343434. Windows color (decimal): -6356944 or 3145887. OLE color: 3145887.

HSL color Cylindrical-coordinate representation of color #9F0030: hue angle of 341.89º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0030 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB159048-
CMYK010.700.38
HSL341.89º100%31.18%-
HSV(B)341.89º100%62.35%-
XYZ14.837.583.48-
YUV53.01125.18203.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=76.81%
G=0%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159048010.700.38341.8910031.18
Hex9F0300644626156641f
Octal23706001441064652614437
Binary100111110110000011001001000110100110101010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,48); }

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

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

 a { background-color: rgb(159,0,48); }

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

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

 span { border-color: rgb(159,0,48); }

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