#980B2E

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

Shades of Carmine #980B2E

Tints of Carmine #980B2E

Color information

#980B2E (or 0x980B2E) is unknown color: approx Carmine. HEX triplet: 98, 0B and 2E. RGB value is (152,11,46). Sum of RGB (Red+Green+Blue) = 152+11+46=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B2E is #67F4D1. Grayscale: #393939. Windows color (decimal): -6812882 or 3017624. OLE color: 3017624.

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

Color convert

RGB1521146-
CMYK00.930.700.40
HSL345.11º86.5%31.96%-
HSV(B)345.11º92.76%59.61%-
XYZ13.567.113.24-
YUV57.15121.71195.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=72.73%
G=5.26%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152114600.930.700.40345.1186.531.96
Hex98B2E05D46281595720
Octal230135601351065053112740
Binary1001100010111011100101110110001101010001010110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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