#99001E

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

Shades of Carmine #99001E

Tints of Carmine #99001E

Color information

#99001E (or 0x99001E) is unknown color: approx Carmine. HEX triplet: 99, 00 and 1E. RGB value is (153,0,30). Sum of RGB (Red+Green+Blue) = 153+0+30=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99001E is #66FFE1. Grayscale: #313131. Windows color (decimal): -6750178 or 1966233. OLE color: 1966233.

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

Color convert

RGB153030-
CMYK010.800.4
HSL348.24º100%30%-
HSV(B)348.24º100%60%-
XYZ13.376.871.85-
YUV49.17117.19202.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=83.61%
G=0%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153030010.800.4348.2410030
Hex9901E064502815c641e
Octal23103601441205053414436
Binary10011001011110011001001010000101000101011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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