#98092E

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

Shades of Carmine #98092E

Tints of Carmine #98092E

Color information

#98092E (or 0x98092E) is unknown color: approx Carmine. HEX triplet: 98, 09 and 2E. RGB value is (152,9,46). Sum of RGB (Red+Green+Blue) = 152+9+46=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #98092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092E is #67F6D1. Grayscale: #373737. Windows color (decimal): -6813394 or 3017112. OLE color: 3017112.

HSL color Cylindrical-coordinate representation of color #98092E: hue angle of 344.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98092E is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB152946-
CMYK00.940.700.40
HSL344.48º88.82%31.57%-
HSV(B)344.48º94.08%59.61%-
XYZ13.547.073.24-
YUV55.98122.38196.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=73.43%
G=4.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15294600.940.700.40344.4888.8231.57
Hex9892E05E46281585920
Octal230115601361065053013140
Binary1001100010011011100101111010001101010001010110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,9,46); }

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

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

 a { background-color: rgb(152,9,46); }

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

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

 span { border-color: rgb(152,9,46); }

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