#991016

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

Shades of Carmine #991016

Tints of Carmine #991016

Color information

#991016 (or 0x991016) is unknown color: approx Carmine. HEX triplet: 99, 10 and 16. RGB value is (153,16,22). Sum of RGB (Red+Green+Blue) = 153+16+22=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991016 is #66EFE9. Grayscale: #393939. Windows color (decimal): -6746090 or 1446041. OLE color: 1446041.

HSL color Cylindrical-coordinate representation of color #991016: hue angle of 357.37º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991016 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1531622-
CMYK00.900.860.4
HSL357.37º81.07%33.14%-
HSV(B)357.37º89.54%60%-
XYZ13.477.21.44-
YUV57.65107.89196.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=80.10%
G=8.38%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153162200.900.860.4357.3781.0733.14
Hex99101605A56281655121
Octal231202601321265054512141
Binary1001100110000101100101101010101101010001011001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991016; }

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

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

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

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

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

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

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

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