#9F002A

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

Shades of Carmine #9F002A

Tints of Carmine #9F002A

Color information

#9F002A (or 0x9F002A) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 2A. RGB value is (159,0,42). Sum of RGB (Red+Green+Blue) = 159+0+42=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F002A is #60FFD5. Grayscale: #343434. Windows color (decimal): -6356950 or 2752671. OLE color: 2752671.

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

Color convert

RGB159042-
CMYK010.740.38
HSL344.15º100%31.18%-
HSV(B)344.15º100%62.35%-
XYZ14.727.542.87-
YUV52.33122.18204.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=79.10%
G=0%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159042010.740.38344.1510031.18
Hex9F02A0644A26158641f
Octal23705201441124653014437
Binary100111110101010011001001001010100110101011000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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