#980213

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

Shades of Carmine #980213

Tints of Carmine #980213

Color information

#980213 (or 0x980213) is unknown color: approx Carmine. HEX triplet: 98, 02 and 13. RGB value is (152,2,19). Sum of RGB (Red+Green+Blue) = 152+2+19=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980213 is #67FDEC. Grayscale: #303030. Windows color (decimal): -6815213 or 1245848. OLE color: 1245848.

HSL color Cylindrical-coordinate representation of color #980213: hue angle of 353.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 #980213 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB152219-
CMYK00.990.870.40
HSL353.2º97.4%30.2%-
HSV(B)353.2º98.68%59.61%-
XYZ13.096.771.23-
YUV48.79111.2201.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 87.86%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=87.86%
G=1.16%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15221900.990.870.40353.297.430.2
Hex982130635728161611e
Octal23022301431275054114136
Binary100110001010011011000111010111101000101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980213; }

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

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

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

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

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

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

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

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