#99041E

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

Shades of Carmine #99041E

Tints of Carmine #99041E

Color information

#99041E (or 0x99041E) is unknown color: approx Carmine. HEX triplet: 99, 04 and 1E. RGB value is (153,4,30). Sum of RGB (Red+Green+Blue) = 153+4+30=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #99041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99041E is #66FBE1. Grayscale: #333333. Windows color (decimal): -6749154 or 1967257. OLE color: 1967257.

HSL color Cylindrical-coordinate representation of color #99041E: hue angle of 349.53º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99041E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB153430-
CMYK00.970.800.4
HSL349.53º94.9%30.78%-
HSV(B)349.53º97.39%60%-
XYZ13.416.951.86-
YUV51.52115.86200.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=81.82%
G=2.14%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15343000.970.800.4349.5394.930.78
Hex9941E061502815e5f1f
Octal23143601411205053613737
Binary1001100110011110011000011010000101000101011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99041E; }

 p { color: rgb(153,4,30); }

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

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

 a { background-color: rgb(153,4,30); }

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

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

 span { border-color: rgb(153,4,30); }

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