#98092B

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

Shades of Carmine #98092B

Tints of Carmine #98092B

Color information

#98092B (or 0x98092B) is unknown color: approx Carmine. HEX triplet: 98, 09 and 2B. RGB value is (152,9,43). Sum of RGB (Red+Green+Blue) = 152+9+43=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092B is #67F6D4. Grayscale: #373737. Windows color (decimal): -6813397 or 2820504. OLE color: 2820504.

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

Color convert

RGB152943-
CMYK00.940.720.40
HSL345.73º88.82%31.57%-
HSV(B)345.73º94.08%59.61%-
XYZ13.487.052.93-
YUV55.63120.88196.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.51%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=74.51%
G=4.41%
B=21.08%

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
Decimal15294300.940.720.40345.7388.8231.57
Hex9892B05E482815a5920
Octal230115301361105053213140
Binary1001100010011010110101111010010001010001010110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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