#9F043A

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

Shades of Carmine #9F043A

Tints of Carmine #9F043A

Color information

#9F043A (or 0x9F043A) is unknown color: approx Carmine. HEX triplet: 9F, 04 and 3A. RGB value is (159,4,58). Sum of RGB (Red+Green+Blue) = 159+4+58=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F043A is #60FBC5. Grayscale: #383838. Windows color (decimal): -6355910 or 3802271. OLE color: 3802271.

HSL color Cylindrical-coordinate representation of color #9F043A: hue angle of 339.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F043A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB159458-
CMYK00.970.640.38
HSL339.1º95.09%31.96%-
HSV(B)339.1º97.48%62.35%-
XYZ15.117.764.71-
YUV56.5128.85201.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.95%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=71.95%
G=1.81%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15945800.970.640.38339.195.0931.96
Hex9F43A06140261535f20
Octal23747201411004652313740
Binary100111111001110100110000110000001001101010100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,4,58); }

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

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

 a { background-color: rgb(159,4,58); }

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

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

 span { border-color: rgb(159,4,58); }

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