#99001F

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

Shades of Carmine #99001F

Tints of Carmine #99001F

Color information

#99001F (or 0x99001F) is unknown color: approx Carmine. HEX triplet: 99, 00 and 1F. RGB value is (153,0,31). Sum of RGB (Red+Green+Blue) = 153+0+31=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99001F is #66FFE0. Grayscale: #313131. Windows color (decimal): -6750177 or 2031769. OLE color: 2031769.

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

Color convert

RGB153031-
CMYK010.800.4
HSL347.84º100%30%-
HSV(B)347.84º100%60%-
XYZ13.386.871.92-
YUV49.28117.69201.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=83.15%
G=0%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153031010.800.4347.8410030
Hex9901F064502815c641e
Octal23103701441205053414436
Binary10011001011111011001001010000101000101011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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