#98041A

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

Shades of Carmine #98041A

Tints of Carmine #98041A

Color information

#98041A (or 0x98041A) is unknown color: approx Carmine. HEX triplet: 98, 04 and 1A. RGB value is (152,4,26). Sum of RGB (Red+Green+Blue) = 152+4+26=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #98041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98041A is #67FBE5. Grayscale: #323232. Windows color (decimal): -6814694 or 1705112. OLE color: 1705112.

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

Color convert

RGB152426-
CMYK00.970.830.40
HSL351.08º94.87%30.59%-
HSV(B)351.08º97.37%59.61%-
XYZ13.186.841.6-
YUV50.76114.03200.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.52%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=83.52%
G=2.20%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15242600.970.830.40351.0894.8730.59
Hex9841A061532815f5f1f
Octal23043201411235053713737
Binary1001100010011010011000011010011101000101011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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