#98022C

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

Shades of Carmine #98022C

Tints of Carmine #98022C

Color information

#98022C (or 0x98022C) is unknown color: approx Carmine. HEX triplet: 98, 02 and 2C. RGB value is (152,2,44). Sum of RGB (Red+Green+Blue) = 152+2+44=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98022C is #67FDD3. Grayscale: #333333. Windows color (decimal): -6815188 or 2884248. OLE color: 2884248.

HSL color Cylindrical-coordinate representation of color #98022C: hue angle of 343.2º degrees, saturation: 0.97, 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 #98022C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB152244-
CMYK00.990.710.40
HSL343.2º97.4%30.2%-
HSV(B)343.2º98.68%59.61%-
XYZ13.436.93.01-
YUV51.64123.7199.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.77%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=76.77%
G=1.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15224400.990.710.40343.297.430.2
Hex9822C0634728157611e
Octal23025401431075052714136
Binary1001100010101100011000111000111101000101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98022C; }

 p { color: rgb(152,2,44); }

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

<style>
 a { background-color: #98022C; }

 a { background-color: rgb(152,2,44); }

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

<style>
 span { border-color: #98022C; }

 span { border-color: rgb(152,2,44); }

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