#980C00

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

Shades of Dark Red #980C00

Tints of Dark Red #980C00

Color information

#980C00 (or 0x980C00) is unknown color: approx Dark Red. HEX triplet: 98, 0C and 00. RGB value is (152,12,0). Sum of RGB (Red+Green+Blue) = 152+12+0=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C00 is #67F3FF. Grayscale: #343434. Windows color (decimal): -6812672 or 3224. OLE color: 3224.

HSL color Cylindrical-coordinate representation of color #980C00: hue angle of 4.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152120-
CMYK00.9210.40
HSL4.74º100%29.8%-
HSV(B)4.74º100%59.61%-
XYZ13.086.940.65-
YUV52.4998.38198.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 92.68%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.68%
G=7.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212000.9210.404.7410029.8
Hex98C005C64285641e
Octal230140013414450514436
Binary1001100011000010111001100100101000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,12,0); }

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

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

 a { background-color: rgb(152,12,0); }

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

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

 span { border-color: rgb(152,12,0); }

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