#9F102A

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

Shades of Carmine #9F102A

Tints of Carmine #9F102A

Color information

#9F102A (or 0x9F102A) is unknown color: approx Carmine. HEX triplet: 9F, 10 and 2A. RGB value is (159,16,42). Sum of RGB (Red+Green+Blue) = 159+16+42=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F102A is #60EFD5. Grayscale: #3D3D3D. Windows color (decimal): -6352854 or 2756767. OLE color: 2756767.

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

Color convert

RGB1591642-
CMYK00.900.740.38
HSL349.09º81.71%34.31%-
HSV(B)349.09º89.94%62.35%-
XYZ14.97.912.93-
YUV61.72116.88197.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.27%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=73.27%
G=7.37%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159164200.900.740.38349.0981.7134.31
Hex9F102A05A4A2615d5222
Octal237205201321124653512242
Binary10011111100001010100101101010010101001101010111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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