#980F1E

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

Shades of Carmine #980F1E

Tints of Carmine #980F1E

Color information

#980F1E (or 0x980F1E) is unknown color: approx Carmine. HEX triplet: 98, 0F and 1E. RGB value is (152,15,30). Sum of RGB (Red+Green+Blue) = 152+15+30=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #980F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F1E is #67F0E1. Grayscale: #393939. Windows color (decimal): -6811874 or 1970072. OLE color: 1970072.

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

Color convert

RGB1521530-
CMYK00.900.800.40
HSL353.43º82.04%32.75%-
HSV(B)353.43º90.13%59.61%-
XYZ13.357.111.9-
YUV57.67112.39195.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.16%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=77.16%
G=7.61%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152153000.900.800.40353.4382.0432.75
Hex98F1E05A50281615221
Octal230173601321205054112241
Binary100110001111111100101101010100001010001011000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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