#930526

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

Shades of Carmine #930526

Tints of Carmine #930526

Color information

#930526 (or 0x930526) is unknown color: approx Carmine. HEX triplet: 93, 05 and 26. RGB value is (147,5,38). Sum of RGB (Red+Green+Blue) = 147+5+38=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #930526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930526 is #6CFAD9. Grayscale: #333333. Windows color (decimal): -7142106 or 2491795. OLE color: 2491795.

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

Color convert

RGB147538-
CMYK00.970.740.42
HSL346.06º93.42%29.8%-
HSV(B)346.06º96.6%57.65%-
XYZ12.446.452.42-
YUV51.22120.54196.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.37%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 38 (15.23% from 255) = 20%
R=77.37%
G=2.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14753800.970.740.42346.0693.4229.8
Hex935260614A2A15a5d1e
Octal22354601411125253213536
Binary10010011101100110011000011001010101010101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930526; }

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

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

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

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

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

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

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

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