#980B29

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

Shades of Carmine #980B29

Tints of Carmine #980B29

Color information

#980B29 (or 0x980B29) is unknown color: approx Carmine. HEX triplet: 98, 0B and 29. RGB value is (152,11,41). Sum of RGB (Red+Green+Blue) = 152+11+41=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #980B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B29 is #67F4D6. Grayscale: #383838. Windows color (decimal): -6812887 or 2689944. OLE color: 2689944.

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

Color convert

RGB1521141-
CMYK00.930.730.40
HSL347.23º86.5%31.96%-
HSV(B)347.23º92.76%59.61%-
XYZ13.477.072.75-
YUV56.58119.21196.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.51%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=74.51%
G=5.39%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152114100.930.730.40347.2386.531.96
Hex98B2905D492815b5720
Octal230135101351115053312740
Binary1001100010111010010101110110010011010001010110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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