#980019

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

Shades of Carmine #980019

Tints of Carmine #980019

Color information

#980019 (or 0x980019) is unknown color: approx Carmine. HEX triplet: 98, 00 and 19. RGB value is (152,0,25). Sum of RGB (Red+Green+Blue) = 152+0+25=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980019 is #67FFE6. Grayscale: #303030. Windows color (decimal): -6815719 or 1638552. OLE color: 1638552.

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

Color convert

RGB152025-
CMYK010.840.40
HSL350.13º100%29.8%-
HSV(B)350.13º100%59.61%-
XYZ13.126.751.53-
YUV48.3114.86201.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=85.88%
G=0%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152025010.840.40350.1310029.8
Hex98019064542815e641e
Octal23003101441245053614436
Binary10011000011001011001001010100101000101011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980019; }

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

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

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

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

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

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

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

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