#93151B

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

Shades of Carmine #93151B

Tints of Carmine #93151B

Color information

#93151B (or 0x93151B) is unknown color: approx Carmine. HEX triplet: 93, 15 and 1B. RGB value is (147,21,27). Sum of RGB (Red+Green+Blue) = 147+21+27=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93151B is #6CEAE4. Grayscale: #3B3B3B. Windows color (decimal): -7138021 or 1774995. OLE color: 1774995.

HSL color Cylindrical-coordinate representation of color #93151B: hue angle of 357.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93151B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1472127-
CMYK00.860.820.42
HSL357.14º75%32.94%-
HSV(B)357.14º85.71%57.65%-
XYZ12.56.821.69-
YUV59.36109.74190.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=75.38%
G=10.77%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147212700.860.820.42357.147532.94
Hex93151B056522A1654b21
Octal223253301261225254511341
Binary1001001110101110110101011010100101010101011001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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