#98191C

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

Shades of Carmine #98191C

Tints of Carmine #98191C

Color information

#98191C (or 0x98191C) is unknown color: approx Carmine. HEX triplet: 98, 19 and 1C. RGB value is (152,25,28). Sum of RGB (Red+Green+Blue) = 152+25+28=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #98191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98191C is #67E6E3. Grayscale: #3F3F3F. Windows color (decimal): -6809316 or 1841560. OLE color: 1841560.

HSL color Cylindrical-coordinate representation of color #98191C: hue angle of 358.58º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98191C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1522528-
CMYK00.840.820.40
HSL358.58º71.75%34.71%-
HSV(B)358.58º83.55%59.61%-
XYZ13.517.451.83-
YUV63.32108.08191.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.15%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=74.15%
G=12.20%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152252800.840.820.40358.5871.7534.71
Hex98191C05452281674823
Octal230313401241225054711043
Binary1001100011001111000101010010100101010001011001111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98191C; }

 p { color: rgb(152,25,28); }

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

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

 a { background-color: rgb(152,25,28); }

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

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

 span { border-color: rgb(152,25,28); }

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