#98002F

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

Shades of Carmine #98002F

Tints of Carmine #98002F

Color information

#98002F (or 0x98002F) is unknown color: approx Carmine. HEX triplet: 98, 00 and 2F. RGB value is (152,0,47). Sum of RGB (Red+Green+Blue) = 152+0+47=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98002F is #67FFD0. Grayscale: #323232. Windows color (decimal): -6815697 or 3080344. OLE color: 3080344.

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

Color convert

RGB152047-
CMYK010.690.40
HSL341.45º100%29.8%-
HSV(B)341.45º100%59.61%-
XYZ13.466.883.31-
YUV50.81125.86200.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=76.38%
G=0%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152047010.690.40341.4510029.8
Hex9802F0644528155641e
Octal23005701441055052514436
Binary100110000101111011001001000101101000101010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,0,47); }

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

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

 a { background-color: rgb(152,0,47); }

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

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

 span { border-color: rgb(152,0,47); }

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