#980218

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

Shades of Carmine #980218

Tints of Carmine #980218

Color information

#980218 (or 0x980218) is unknown color: approx Carmine. HEX triplet: 98, 02 and 18. RGB value is (152,2,24). Sum of RGB (Red+Green+Blue) = 152+2+24=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980218 is #67FDE7. Grayscale: #313131. Windows color (decimal): -6815208 or 1573528. OLE color: 1573528.

HSL color Cylindrical-coordinate representation of color #980218: hue angle of 351.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980218 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB152224-
CMYK00.990.840.40
HSL351.2º97.4%30.2%-
HSV(B)351.2º98.68%59.61%-
XYZ13.146.781.48-
YUV49.36113.7201.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.39%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=85.39%
G=1.12%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15222400.990.840.40351.297.430.2
Hex98218063542815f611e
Octal23023001431245053714136
Binary100110001011000011000111010100101000101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980218; }

 p { color: rgb(152,2,24); }

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

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

 a { background-color: rgb(152,2,24); }

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

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

 span { border-color: rgb(152,2,24); }

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