#9F132A

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

Shades of Carmine #9F132A

Tints of Carmine #9F132A

Color information

#9F132A (or 0x9F132A) is unknown color: approx Carmine. HEX triplet: 9F, 13 and 2A. RGB value is (159,19,42). Sum of RGB (Red+Green+Blue) = 159+19+42=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132A is #60ECD5. Grayscale: #3F3F3F. Windows color (decimal): -6352086 or 2757535. OLE color: 2757535.

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

Color convert

RGB1591942-
CMYK00.880.740.38
HSL350.14º78.65%34.9%-
HSV(B)350.14º88.05%62.35%-
XYZ14.9582.95-
YUV63.48115.88196.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.27%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=72.27%
G=8.64%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159194200.880.740.38350.1478.6534.9
Hex9F132A0584A2615e4f23
Octal237235201301124653611743
Binary10011111100111010100101100010010101001101010111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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