#9F0038

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

Shades of Carmine #9F0038

Tints of Carmine #9F0038

Color information

#9F0038 (or 0x9F0038) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 38. RGB value is (159,0,56). Sum of RGB (Red+Green+Blue) = 159+0+56=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0038 is #60FFC7. Grayscale: #353535. Windows color (decimal): -6356936 or 3670175. OLE color: 3670175.

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

Color convert

RGB159056-
CMYK010.650.38
HSL338.87º100%31.18%-
HSV(B)338.87º100%62.35%-
XYZ15.017.664.43-
YUV53.92129.18202.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=73.95%
G=0%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159056010.650.38338.8710031.18
Hex9F0380644126153641f
Octal23707001441014652314437
Binary100111110111000011001001000001100110101010011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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