#99151D

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

Shades of Carmine #99151D

Tints of Carmine #99151D

Color information

#99151D (or 0x99151D) is unknown color: approx Carmine. HEX triplet: 99, 15 and 1D. RGB value is (153,21,29). Sum of RGB (Red+Green+Blue) = 153+21+29=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99151D is #66EAE2. Grayscale: #3D3D3D. Windows color (decimal): -6744803 or 1906073. OLE color: 1906073.

HSL color Cylindrical-coordinate representation of color #99151D: hue angle of 356.36º degrees, saturation: 0.76, 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 #99151D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB1532129-
CMYK00.860.810.4
HSL356.36º75.86%34.12%-
HSV(B)356.36º86.27%60%-
XYZ13.637.41.87-
YUV61.38109.73193.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=75.37%
G=10.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153212900.860.810.4356.3675.8634.12
Hex99151D05651281644c22
Octal231253501261215054411442
Binary1001100110101111010101011010100011010001011001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99151D; }

 p { color: rgb(153,21,29); }

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

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

 a { background-color: rgb(153,21,29); }

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

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

 span { border-color: rgb(153,21,29); }

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