#980C26

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

Shades of Carmine #980C26

Tints of Carmine #980C26

Color information

#980C26 (or 0x980C26) is unknown color: approx Carmine. HEX triplet: 98, 0C and 26. RGB value is (152,12,38). Sum of RGB (Red+Green+Blue) = 152+12+38=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #980C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980C26 is #67F3D9. Grayscale: #383838. Windows color (decimal): -6812634 or 2493592. OLE color: 2493592.

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

Color convert

RGB1521238-
CMYK00.920.750.40
HSL348.86º85.37%32.16%-
HSV(B)348.86º92.11%59.61%-
XYZ13.437.082.49-
YUV56.82117.38195.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.25%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=75.25%
G=5.94%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152123800.920.750.40348.8685.3732.16
Hex98C2605C4B2815d5520
Octal230144601341135053512540
Binary1001100011001001100101110010010111010001010111011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,12,38); }

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

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

 a { background-color: rgb(152,12,38); }

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

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

 span { border-color: rgb(152,12,38); }

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