#99151B

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

Shades of Carmine #99151B

Tints of Carmine #99151B

Color information

#99151B (or 0x99151B) is unknown color: approx Carmine. HEX triplet: 99, 15 and 1B. RGB value is (153,21,27). Sum of RGB (Red+Green+Blue) = 153+21+27=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99151B is #66EAE4. Grayscale: #3D3D3D. Windows color (decimal): -6744805 or 1775001. OLE color: 1775001.

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

Color convert

RGB1532127-
CMYK00.860.820.4
HSL357.27º75.86%34.12%-
HSV(B)357.27º86.27%60%-
XYZ13.67.391.75-
YUV61.15108.73193.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=76.12%
G=10.45%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153212700.860.820.4357.2775.8634.12
Hex99151B05652281654c22
Octal231253301261225054511442
Binary1001100110101110110101011010100101010001011001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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