#980D23

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

Shades of Carmine #980D23

Tints of Carmine #980D23

Color information

#980D23 (or 0x980D23) is unknown color: approx Carmine. HEX triplet: 98, 0D and 23. RGB value is (152,13,35). Sum of RGB (Red+Green+Blue) = 152+13+35=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #980D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D23 is #67F2DC. Grayscale: #393939. Windows color (decimal): -6812381 or 2297240. OLE color: 2297240.

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

Color convert

RGB1521335-
CMYK00.910.770.40
HSL350.5º84.24%32.35%-
HSV(B)350.5º91.45%59.61%-
XYZ13.47.082.25-
YUV57.07115.55195.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=76%
G=6.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152133500.910.770.40350.584.2432.35
Hex98D2305B4D2815f5420
Octal230154301331155053712440
Binary1001100011011000110101101110011011010001010111111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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