#980B1B

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

Shades of Carmine #980B1B

Tints of Carmine #980B1B

Color information

#980B1B (or 0x980B1B) is unknown color: approx Carmine. HEX triplet: 98, 0B and 1B. RGB value is (152,11,27). Sum of RGB (Red+Green+Blue) = 152+11+27=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B1B is #67F4E4. Grayscale: #373737. Windows color (decimal): -6812901 or 1772440. OLE color: 1772440.

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

Color convert

RGB1521127-
CMYK00.930.820.40
HSL353.19º86.5%31.96%-
HSV(B)353.19º92.76%59.61%-
XYZ13.276.991.69-
YUV54.98112.21197.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=80%
G=5.79%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152112700.930.820.40353.1986.531.96
Hex98B1B05D52281615720
Octal230133301351225054112740
Binary100110001011110110101110110100101010001011000011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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