#980F20

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

Shades of Carmine #980F20

Tints of Carmine #980F20

Color information

#980F20 (or 0x980F20) is unknown color: approx Carmine. HEX triplet: 98, 0F and 20. RGB value is (152,15,32). Sum of RGB (Red+Green+Blue) = 152+15+32=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F20 is #67F0DF. Grayscale: #393939. Windows color (decimal): -6811872 or 2101144. OLE color: 2101144.

HSL color Cylindrical-coordinate representation of color #980F20: hue angle of 352.55º 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 #980F20 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1521532-
CMYK00.900.790.40
HSL352.55º82.04%32.75%-
HSV(B)352.55º90.13%59.61%-
XYZ13.387.122.04-
YUV57.9113.39195.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.38%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=76.38%
G=7.54%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152153200.900.790.40352.5582.0432.75
Hex98F2005A4F281615221
Octal230174001321175054112241
Binary1001100011111000000101101010011111010001011000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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