#980B20

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

Shades of Carmine #980B20

Tints of Carmine #980B20

Color information

#980B20 (or 0x980B20) is unknown color: approx Carmine. HEX triplet: 98, 0B and 20. RGB value is (152,11,32). Sum of RGB (Red+Green+Blue) = 152+11+32=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B20 is #67F4DF. Grayscale: #373737. Windows color (decimal): -6812896 or 2100120. OLE color: 2100120.

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

Color convert

RGB1521132-
CMYK00.930.790.40
HSL351.06º86.5%31.96%-
HSV(B)351.06º92.76%59.61%-
XYZ13.337.022.02-
YUV55.55114.71196.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=77.95%
G=5.64%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152113200.930.790.40351.0686.531.96
Hex98B2005D4F2815f5720
Octal230134001351175053712740
Binary1001100010111000000101110110011111010001010111111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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