#930626

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

Shades of Carmine #930626

Tints of Carmine #930626

Color information

#930626 (or 0x930626) is unknown color: approx Carmine. HEX triplet: 93, 06 and 26. RGB value is (147,6,38). Sum of RGB (Red+Green+Blue) = 147+6+38=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #930626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930626 is #6CF9D9. Grayscale: #333333. Windows color (decimal): -7141850 or 2492051. OLE color: 2492051.

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

Color convert

RGB147638-
CMYK00.960.740.42
HSL346.38º92.16%30%-
HSV(B)346.38º95.92%57.65%-
XYZ12.456.472.43-
YUV51.81120.21195.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=76.96%
G=3.14%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14763800.960.740.42346.3892.1630
Hex936260604A2A15a5c1e
Octal22364601401125253213436
Binary10010011110100110011000001001010101010101011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930626; }

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

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

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

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

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

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

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

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