#931026

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

Shades of Carmine #931026

Tints of Carmine #931026

Color information

#931026 (or 0x931026) is unknown color: approx Carmine. HEX triplet: 93, 10 and 26. RGB value is (147,16,38). Sum of RGB (Red+Green+Blue) = 147+16+38=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #931026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931026 is #6CEFD9. Grayscale: #393939. Windows color (decimal): -7139290 or 2494611. OLE color: 2494611.

HSL color Cylindrical-coordinate representation of color #931026: hue angle of 349.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931026 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1471638-
CMYK00.890.740.42
HSL349.92º80.37%31.96%-
HSV(B)349.92º89.12%57.65%-
XYZ12.576.712.47-
YUV57.68116.9191.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.13%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=73.13%
G=7.96%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147163800.890.740.42349.9280.3731.96
Hex9310260594A2A15e5020
Octal223204601311125253612040
Binary10010011100001001100101100110010101010101010111101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931026; }

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

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

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

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

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

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

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

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