#980B37

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

Shades of Carmine #980B37

Tints of Carmine #980B37

Color information

#980B37 (or 0x980B37) is unknown color: approx Carmine. HEX triplet: 98, 0B and 37. RGB value is (152,11,55). Sum of RGB (Red+Green+Blue) = 152+11+55=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B37 is #67F4C8. Grayscale: #3A3A3A. Windows color (decimal): -6812873 or 3607448. OLE color: 3607448.

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

Color convert

RGB1521155-
CMYK00.930.640.40
HSL341.28º86.5%31.96%-
HSV(B)341.28º92.76%59.61%-
XYZ13.767.194.28-
YUV58.18126.21194.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.72%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=69.72%
G=5.05%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152115500.930.640.40341.2886.531.96
Hex98B3705D40281555720
Octal230136701351005052512740
Binary1001100010111101110101110110000001010001010101011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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