#98012A

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

Shades of Carmine #98012A

Tints of Carmine #98012A

Color information

#98012A (or 0x98012A) is unknown color: approx Carmine. HEX triplet: 98, 01 and 2A. RGB value is (152,1,42). Sum of RGB (Red+Green+Blue) = 152+1+42=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #98012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98012A is #67FED5. Grayscale: #323232. Windows color (decimal): -6815446 or 2752920. OLE color: 2752920.

HSL color Cylindrical-coordinate representation of color #98012A: hue angle of 343.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98012A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB152142-
CMYK00.990.720.40
HSL343.71º98.69%30%-
HSV(B)343.71º99.34%59.61%-
XYZ13.386.862.81-
YUV50.82123.03200.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=77.95%
G=0.51%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214200.990.720.40343.7198.6930
Hex9812A0634828158631e
Octal23015201431105053014336
Binary100110001101010011000111001000101000101011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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