#980014

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

Shades of Carmine #980014

Tints of Carmine #980014

Color information

#980014 (or 0x980014) is unknown color: approx Carmine. HEX triplet: 98, 00 and 14. RGB value is (152,0,20). Sum of RGB (Red+Green+Blue) = 152+0+20=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980014 is #67FFEB. Grayscale: #2F2F2F. Windows color (decimal): -6815724 or 1310872. OLE color: 1310872.

HSL color Cylindrical-coordinate representation of color #980014: hue angle of 352.11º 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 #980014 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB152020-
CMYK010.870.40
HSL352.11º100%29.8%-
HSV(B)352.11º100%59.61%-
XYZ13.086.731.27-
YUV47.73112.36202.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 88.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=88.37%
G=0%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152020010.870.40352.1110029.8
Hex980140645728160641e
Octal23002401441275054014436
Binary10011000010100011001001010111101000101100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980014; }

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

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

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

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

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

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

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

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