#99141B

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

Shades of Carmine #99141B

Tints of Carmine #99141B

Color information

#99141B (or 0x99141B) is unknown color: approx Carmine. HEX triplet: 99, 14 and 1B. RGB value is (153,20,27). Sum of RGB (Red+Green+Blue) = 153+20+27=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99141B is #66EBE4. Grayscale: #3C3C3C. Windows color (decimal): -6745061 or 1774745. OLE color: 1774745.

HSL color Cylindrical-coordinate representation of color #99141B: hue angle of 356.84º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99141B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1532027-
CMYK00.870.820.4
HSL356.84º76.88%33.92%-
HSV(B)356.84º86.93%60%-
XYZ13.587.351.74-
YUV60.56109.06193.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=76.5%
G=10%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153202700.870.820.4356.8476.8833.92
Hex99141B05752281654d22
Octal231243301271225054511542
Binary1001100110100110110101011110100101010001011001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99141B; }

 p { color: rgb(153,20,27); }

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

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

 a { background-color: rgb(153,20,27); }

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

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

 span { border-color: rgb(153,20,27); }

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