#9F1226

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

Shades of Carmine #9F1226

Tints of Carmine #9F1226

Color information

#9F1226 (or 0x9F1226) is unknown color: approx Carmine. HEX triplet: 9F, 12 and 26. RGB value is (159,18,38). Sum of RGB (Red+Green+Blue) = 159+18+38=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1226 is #60EDD9. Grayscale: #3E3E3E. Windows color (decimal): -6352346 or 2495135. OLE color: 2495135.

HSL color Cylindrical-coordinate representation of color #9F1226: hue angle of 351.49º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1226 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1591838-
CMYK00.890.760.38
HSL351.49º79.66%34.71%-
HSV(B)351.49º88.68%62.35%-
XYZ14.867.942.58-
YUV62.44114.21196.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=73.95%
G=8.37%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159183800.890.760.38351.4979.6634.71
Hex9F12260594C2615f5023
Octal237224601311144653712043
Binary10011111100101001100101100110011001001101010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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