#98022B

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

Shades of Carmine #98022B

Tints of Carmine #98022B

Color information

#98022B (or 0x98022B) is unknown color: approx Carmine. HEX triplet: 98, 02 and 2B. RGB value is (152,2,43). Sum of RGB (Red+Green+Blue) = 152+2+43=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98022B is #67FDD4. Grayscale: #333333. Windows color (decimal): -6815189 or 2818712. OLE color: 2818712.

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

Color convert

RGB152243-
CMYK00.990.720.40
HSL343.6º97.4%30.2%-
HSV(B)343.6º98.68%59.61%-
XYZ13.416.892.91-
YUV51.52123.2199.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.16%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=77.16%
G=1.02%
B=21.83%

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
Decimal15224300.990.720.40343.697.430.2
Hex9822B0634828158611e
Octal23025301431105053014136
Binary1001100010101011011000111001000101000101011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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