#980212

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

Shades of Carmine #980212

Tints of Carmine #980212

Color information

#980212 (or 0x980212) is unknown color: approx Carmine. HEX triplet: 98, 02 and 12. RGB value is (152,2,18). Sum of RGB (Red+Green+Blue) = 152+2+18=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980212 is #67FDED. Grayscale: #303030. Windows color (decimal): -6815214 or 1180312. OLE color: 1180312.

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

Color convert

RGB152218-
CMYK00.990.880.40
HSL353.6º97.4%30.2%-
HSV(B)353.6º98.68%59.61%-
XYZ13.086.761.19-
YUV48.67110.7201.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 88.37%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=88.37%
G=1.16%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15221800.990.880.40353.697.430.2
Hex982120635828162611e
Octal23022201431305054214136
Binary100110001010010011000111011000101000101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980212; }

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

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

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

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

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

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

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

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