#93161E

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

Shades of Carmine #93161E

Tints of Carmine #93161E

Color information

#93161E (or 0x93161E) is unknown color: approx Carmine. HEX triplet: 93, 16 and 1E. RGB value is (147,22,30). Sum of RGB (Red+Green+Blue) = 147+22+30=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93161E is #6CE9E1. Grayscale: #3C3C3C. Windows color (decimal): -7137762 or 1971859. OLE color: 1971859.

HSL color Cylindrical-coordinate representation of color #93161E: hue angle of 356.16º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93161E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1472230-
CMYK00.850.800.42
HSL356.16º73.96%33.14%-
HSV(B)356.16º85.03%57.65%-
XYZ12.556.871.89-
YUV60.29110.91189.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=73.87%
G=11.06%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147223000.850.800.42356.1673.9633.14
Hex93161E055502A1644a21
Octal223263601251205254411241
Binary1001001110110111100101010110100001010101011001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93161E; }

 p { color: rgb(147,22,30); }

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

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

 a { background-color: rgb(147,22,30); }

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

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

 span { border-color: rgb(147,22,30); }

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