#98141A

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

Shades of Carmine #98141A

Tints of Carmine #98141A

Color information

#98141A (or 0x98141A) is unknown color: approx Carmine. HEX triplet: 98, 14 and 1A. RGB value is (152,20,26). Sum of RGB (Red+Green+Blue) = 152+20+26=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98141A is #67EBE5. Grayscale: #3C3C3C. Windows color (decimal): -6810598 or 1709208. OLE color: 1709208.

HSL color Cylindrical-coordinate representation of color #98141A: hue angle of 357.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98141A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1522026-
CMYK00.870.830.40
HSL357.27º76.74%33.73%-
HSV(B)357.27º86.84%59.61%-
XYZ13.397.251.67-
YUV60.15108.73193.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.77%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=76.77%
G=10.10%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152202600.870.830.40357.2776.7433.73
Hex98141A05753281654d22
Octal230243201271235054511542
Binary1001100010100110100101011110100111010001011001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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