#93161a

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

Shades of Carmine #93161A

Tints of Carmine #93161A

Color information

#93161A (or 0x93161A) is unknown color: approx Carmine. HEX triplet: 93, 16 and 1A. RGB value is (147,22,26). Sum of RGB (Red+Green+Blue) = 147+22+26=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93161A is #6CE9E5. Grayscale: #3B3B3B. Windows color (decimal): -7137766 or 1709715. OLE color: 1709715.

HSL color Cylindrical-coordinate representation of color #93161A: hue angle of 358.08º 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 #93161A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1472226-
CMYK00.850.820.42
HSL358.08º73.96%33.14%-
HSV(B)358.08º85.03%57.65%-
XYZ12.516.851.64-
YUV59.83108.91190.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=75.38%
G=11.28%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147222600.850.820.42358.0873.9633.14
Hex93161A055522A1664a21
Octal223263201251225254611241
Binary1001001110110110100101010110100101010101011001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93161a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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