#9F1024

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

Shades of Carmine #9F1024

Tints of Carmine #9F1024

Color information

#9F1024 (or 0x9F1024) is unknown color: approx Carmine. HEX triplet: 9F, 10 and 24. RGB value is (159,16,36). Sum of RGB (Red+Green+Blue) = 159+16+36=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1024 is #60EFDB. Grayscale: #3D3D3D. Windows color (decimal): -6352860 or 2363551. OLE color: 2363551.

HSL color Cylindrical-coordinate representation of color #9F1024: hue angle of 351.61º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1024 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1591636-
CMYK00.900.770.38
HSL351.61º81.71%34.31%-
HSV(B)351.61º89.94%62.35%-
XYZ14.87.872.41-
YUV61.04113.88197.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.36%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=75.36%
G=7.58%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159163600.900.770.38351.6181.7134.31
Hex9F102405A4D261605222
Octal237204401321154654012242
Binary10011111100001001000101101010011011001101011000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,36); }

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

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

 a { background-color: rgb(159,16,36); }

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

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

 span { border-color: rgb(159,16,36); }

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