#980D1D

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

Shades of Carmine #980D1D

Tints of Carmine #980D1D

Color information

#980D1D (or 0x980D1D) is unknown color: approx Carmine. HEX triplet: 98, 0D and 1D. RGB value is (152,13,29). Sum of RGB (Red+Green+Blue) = 152+13+29=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #980D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D1D is #67F2E2. Grayscale: #383838. Windows color (decimal): -6812387 or 1904024. OLE color: 1904024.

HSL color Cylindrical-coordinate representation of color #980D1D: hue angle of 353.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1521329-
CMYK00.910.810.40
HSL353.09º84.24%32.35%-
HSV(B)353.09º91.45%59.61%-
XYZ13.317.051.82-
YUV56.38112.55196.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.35%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=78.35%
G=6.70%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152132900.910.810.40353.0984.2432.35
Hex98D1D05B51281615420
Octal230153501331215054112440
Binary100110001101111010101101110100011010001011000011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,29); }

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

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

 a { background-color: rgb(152,13,29); }

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

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

 span { border-color: rgb(152,13,29); }

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