#98041B

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

Shades of Carmine #98041B

Tints of Carmine #98041B

Color information

#98041B (or 0x98041B) is unknown color: approx Carmine. HEX triplet: 98, 04 and 1B. RGB value is (152,4,27). Sum of RGB (Red+Green+Blue) = 152+4+27=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98041B is #67FBE4. Grayscale: #323232. Windows color (decimal): -6814693 or 1770648. OLE color: 1770648.

HSL color Cylindrical-coordinate representation of color #98041B: hue angle of 350.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98041B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB152427-
CMYK00.970.820.40
HSL350.68º94.87%30.59%-
HSV(B)350.68º97.37%59.61%-
XYZ13.196.841.66-
YUV50.87114.53200.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.06%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=83.06%
G=2.19%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15242700.970.820.40350.6894.8730.59
Hex9841B061522815f5f1f
Octal23043301411225053713737
Binary1001100010011011011000011010010101000101011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,4,27); }

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

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

 a { background-color: rgb(152,4,27); }

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

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

 span { border-color: rgb(152,4,27); }

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