#931426

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

Shades of Carmine #931426

Tints of Carmine #931426

Color information

#931426 (or 0x931426) is unknown color: approx Carmine. HEX triplet: 93, 14 and 26. RGB value is (147,20,38). Sum of RGB (Red+Green+Blue) = 147+20+38=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #931426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931426 is #6CEBD9. Grayscale: #3C3C3C. Windows color (decimal): -7138266 or 2495635. OLE color: 2495635.

HSL color Cylindrical-coordinate representation of color #931426: hue angle of 351.5º degrees, saturation: 0.76, 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 #931426 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1472038-
CMYK00.860.740.42
HSL351.5º76.05%32.75%-
HSV(B)351.5º86.39%57.65%-
XYZ12.636.842.49-
YUV60.02115.58190.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=71.71%
G=9.76%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147203800.860.740.42351.576.0532.75
Hex9314260564A2A15f4c21
Octal223244601261125253711441
Binary10010011101001001100101011010010101010101010111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931426; }

 p { color: rgb(147,20,38); }

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

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

 a { background-color: rgb(147,20,38); }

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

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

 span { border-color: rgb(147,20,38); }

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