#980D24

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

Shades of Carmine #980D24

Tints of Carmine #980D24

Color information

#980D24 (or 0x980D24) is unknown color: approx Carmine. HEX triplet: 98, 0D and 24. RGB value is (152,13,36). Sum of RGB (Red+Green+Blue) = 152+13+36=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #980D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D24 is #67F2DB. Grayscale: #393939. Windows color (decimal): -6812380 or 2362776. OLE color: 2362776.

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

Color convert

RGB1521336-
CMYK00.910.760.40
HSL350.07º84.24%32.35%-
HSV(B)350.07º91.45%59.61%-
XYZ13.417.092.33-
YUV57.18116.05195.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=75.62%
G=6.47%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152133600.910.760.40350.0784.2432.35
Hex98D2405B4C2815e5420
Octal230154401331145053612440
Binary1001100011011001000101101110011001010001010111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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