#930426

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

Shades of Carmine #930426

Tints of Carmine #930426

Color information

#930426 (or 0x930426) is unknown color: approx Carmine. HEX triplet: 93, 04 and 26. RGB value is (147,4,38). Sum of RGB (Red+Green+Blue) = 147+4+38=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930426 is #6CFBD9. Grayscale: #323232. Windows color (decimal): -7142362 or 2491539. OLE color: 2491539.

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

Color convert

RGB147438-
CMYK00.970.740.42
HSL345.73º94.7%29.61%-
HSV(B)345.73º97.28%57.65%-
XYZ12.436.432.42-
YUV50.63120.88196.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=77.78%
G=2.12%
B=20.11%

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
Decimal14743800.970.740.42345.7394.729.61
Hex934260614A2A15a5f1e
Octal22344601411125253213736
Binary10010011100100110011000011001010101010101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930426; }

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

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

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

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

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

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

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

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