#98181E

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

Shades of Carmine #98181E

Tints of Carmine #98181E

Color information

#98181E (or 0x98181E) is unknown color: approx Carmine. HEX triplet: 98, 18 and 1E. RGB value is (152,24,30). Sum of RGB (Red+Green+Blue) = 152+24+30=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98181E is #67E7E1. Grayscale: #3F3F3F. Windows color (decimal): -6809570 or 1972376. OLE color: 1972376.

HSL color Cylindrical-coordinate representation of color #98181E: hue angle of 357.19º degrees, saturation: 0.73, 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 #98181E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1522430-
CMYK00.840.800.40
HSL357.19º72.73%34.51%-
HSV(B)357.19º84.21%59.61%-
XYZ13.517.421.95-
YUV62.96109.41191.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=73.79%
G=11.65%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152243000.840.800.40357.1972.7334.51
Hex98181E05450281654923
Octal230303601241205054511143
Binary1001100011000111100101010010100001010001011001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98181E; }

 p { color: rgb(152,24,30); }

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

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

 a { background-color: rgb(152,24,30); }

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

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

 span { border-color: rgb(152,24,30); }

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