#98092A

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

Shades of Carmine #98092A

Tints of Carmine #98092A

Color information

#98092A (or 0x98092A) is unknown color: approx Carmine. HEX triplet: 98, 09 and 2A. RGB value is (152,9,42). Sum of RGB (Red+Green+Blue) = 152+9+42=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092A is #67F6D5. Grayscale: #373737. Windows color (decimal): -6813398 or 2754968. OLE color: 2754968.

HSL color Cylindrical-coordinate representation of color #98092A: hue angle of 346.15º 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 #98092A is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB152942-
CMYK00.940.720.40
HSL346.15º88.82%31.57%-
HSV(B)346.15º94.08%59.61%-
XYZ13.467.042.84-
YUV55.52120.38196.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.88%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=74.88%
G=4.43%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15294200.940.720.40346.1588.8231.57
Hex9892A05E482815a5920
Octal230115201361105053213140
Binary1001100010011010100101111010010001010001010110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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