#940426

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

Shades of Carmine #940426

Tints of Carmine #940426

Color information

#940426 (or 0x940426) is unknown color: approx Carmine. HEX triplet: 94, 04 and 26. RGB value is (148,4,38). Sum of RGB (Red+Green+Blue) = 148+4+38=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940426 is #6BFBD9. Grayscale: #323232. Windows color (decimal): -7076826 or 2491540. OLE color: 2491540.

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

Color convert

RGB148438-
CMYK00.970.740.42
HSL345.83º94.74%29.8%-
HSV(B)345.83º97.3%58.04%-
XYZ12.616.522.43-
YUV50.93120.71197.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.89%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 38 (15.23% from 255) = 20%
R=77.89%
G=2.11%
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
Decimal14843800.970.740.42345.8394.7429.8
Hex944260614A2A15a5f1e
Octal22444601411125253213736
Binary10010100100100110011000011001010101010101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940426; }

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

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

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

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

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

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

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

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