#980b19

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

Shades of Carmine #980B19

Tints of Carmine #980B19

Color information

#980B19 (or 0x980B19) is unknown color: approx Carmine. HEX triplet: 98, 0B and 19. RGB value is (152,11,25). Sum of RGB (Red+Green+Blue) = 152+11+25=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980B19 is #67F4E6. Grayscale: #363636. Windows color (decimal): -6812903 or 1641368. OLE color: 1641368.

HSL color Cylindrical-coordinate representation of color #980B19: hue angle of 354.04º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B19 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1521125-
CMYK00.930.840.40
HSL354.04º86.5%31.96%-
HSV(B)354.04º92.76%59.61%-
XYZ13.246.981.57-
YUV54.76111.21197.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80.85%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=80.85%
G=5.85%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152112500.930.840.40354.0486.531.96
Hex98B1905D54281625720
Octal230133101351245054212740
Binary100110001011110010101110110101001010001011000101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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