#980211

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

Shades of Carmine #980211

Tints of Carmine #980211

Color information

#980211 (or 0x980211) is unknown color: approx Carmine. HEX triplet: 98, 02 and 11. RGB value is (152,2,17). Sum of RGB (Red+Green+Blue) = 152+2+17=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980211 is #67FDEE. Grayscale: #303030. Windows color (decimal): -6815215 or 1114776. OLE color: 1114776.

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

Color convert

RGB152217-
CMYK00.990.890.40
HSL354º97.4%30.2%-
HSV(B)354º98.68%59.61%-
XYZ13.076.761.15-
YUV48.56110.2201.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=88.89%
G=1.17%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15221700.990.890.4035497.430.2
Hex982110635928162611e
Octal23022101431315054214136
Binary100110001010001011000111011001101000101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980211; }

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

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

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

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

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

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

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

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