#990036

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

Shades of Carmine #990036

Tints of Carmine #990036

Color information

#990036 (or 0x990036) is unknown color: approx Carmine. HEX triplet: 99, 00 and 36. RGB value is (153,0,54). Sum of RGB (Red+Green+Blue) = 153+0+54=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990036 is #66FFC9. Grayscale: #333333. Windows color (decimal): -6750154 or 3539097. OLE color: 3539097.

HSL color Cylindrical-coordinate representation of color #990036: hue angle of 338.82º 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 #990036 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB153054-
CMYK010.650.4
HSL338.82º100%30%-
HSV(B)338.82º100%60%-
XYZ13.87.044.12-
YUV51.9129.19200.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=73.91%
G=0%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153054010.650.4338.8210030
Hex990360644128153641e
Octal23106601441015052314436
Binary100110010110110011001001000001101000101010011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990036; }

 p { color: rgb(153,0,54); }

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

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

 a { background-color: rgb(153,0,54); }

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

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

 span { border-color: rgb(153,0,54); }

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