#99161F

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

Shades of Carmine #99161F

Tints of Carmine #99161F

Color information

#99161F (or 0x99161F) is unknown color: approx Carmine. HEX triplet: 99, 16 and 1F. RGB value is (153,22,31). Sum of RGB (Red+Green+Blue) = 153+22+31=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99161F is #66E9E0. Grayscale: #3E3E3E. Windows color (decimal): -6744545 or 2037401. OLE color: 2037401.

HSL color Cylindrical-coordinate representation of color #99161F: hue angle of 355.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99161F is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1532231-
CMYK00.860.800.4
HSL355.88º74.86%34.31%-
HSV(B)355.88º85.62%60%-
XYZ13.677.452.01-
YUV62.2110.4192.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=74.27%
G=10.68%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153223100.860.800.4355.8874.8634.31
Hex99161F05650281644b22
Octal231263701261205054411342
Binary1001100110110111110101011010100001010001011001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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