#980F2C

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

Shades of Carmine #980F2C

Tints of Carmine #980F2C

Color information

#980F2C (or 0x980F2C) is unknown color: approx Carmine. HEX triplet: 98, 0F and 2C. RGB value is (152,15,44). Sum of RGB (Red+Green+Blue) = 152+15+44=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F2C is #67F0D3. Grayscale: #3B3B3B. Windows color (decimal): -6811860 or 2887576. OLE color: 2887576.

HSL color Cylindrical-coordinate representation of color #980F2C: hue angle of 347.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F2C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1521544-
CMYK00.900.710.40
HSL347.3º82.04%32.75%-
HSV(B)347.3º90.13%59.61%-
XYZ13.577.23.06-
YUV59.27119.39194.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.04%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=72.04%
G=7.11%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152154400.900.710.40347.382.0432.75
Hex98F2C05A472815b5221
Octal230175401321075053312241
Binary1001100011111011000101101010001111010001010110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980F2C; }

 p { color: rgb(152,15,44); }

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

<style>
 a { background-color: #980F2C; }

 a { background-color: rgb(152,15,44); }

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

<style>
 span { border-color: #980F2C; }

 span { border-color: rgb(152,15,44); }

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