#98121B

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

Shades of Carmine #98121B

Tints of Carmine #98121B

Color information

#98121B (or 0x98121B) is unknown color: approx Carmine. HEX triplet: 98, 12 and 1B. RGB value is (152,18,27). Sum of RGB (Red+Green+Blue) = 152+18+27=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98121B is #67EDE4. Grayscale: #3B3B3B. Windows color (decimal): -6811109 or 1774232. OLE color: 1774232.

HSL color Cylindrical-coordinate representation of color #98121B: hue angle of 355.97º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98121B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1521827-
CMYK00.880.820.40
HSL355.97º78.82%33.33%-
HSV(B)355.97º88.16%59.61%-
XYZ13.367.191.72-
YUV59.09109.89194.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.16%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=77.16%
G=9.14%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152182700.880.820.40355.9778.8233.33
Hex98121B05852281644f21
Octal230223301301225054411741
Binary1001100010010110110101100010100101010001011001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98121B; }

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

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

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

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

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

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

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

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