#98021F

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

Shades of Carmine #98021F

Tints of Carmine #98021F

Color information

#98021F (or 0x98021F) is unknown color: approx Carmine. HEX triplet: 98, 02 and 1F. RGB value is (152,2,31). Sum of RGB (Red+Green+Blue) = 152+2+31=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98021F is #67FDE0. Grayscale: #323232. Windows color (decimal): -6815201 or 2032280. OLE color: 2032280.

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

Color convert

RGB152231-
CMYK00.990.800.40
HSL348.4º97.4%30.2%-
HSV(B)348.4º98.68%59.61%-
XYZ13.226.821.92-
YUV50.16117.2200.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 82.16%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=82.16%
G=1.08%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15223100.990.800.40348.497.430.2
Hex9821F063502815c611e
Octal23023701431205053414136
Binary100110001011111011000111010000101000101011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98021F; }

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

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

<style>
 a { background-color: #98021F; }

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

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

<style>
 span { border-color: #98021F; }

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

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