#940A26

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

Shades of Carmine #940A26

Tints of Carmine #940A26

Color information

#940A26 (or 0x940A26) is unknown color: approx Carmine. HEX triplet: 94, 0A and 26. RGB value is (148,10,38). Sum of RGB (Red+Green+Blue) = 148+10+38=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #940A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A26 is #6BF5D9. Grayscale: #363636. Windows color (decimal): -7075290 or 2493076. OLE color: 2493076.

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

Color convert

RGB1481038-
CMYK00.930.740.42
HSL347.83º87.34%30.98%-
HSV(B)347.83º93.24%58.04%-
XYZ12.676.652.45-
YUV54.45118.72194.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.51%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=75.51%
G=5.10%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148103800.930.740.42347.8387.3430.98
Hex94A2605D4A2A15c571f
Octal224124601351125253412737
Binary100101001010100110010111011001010101010101011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A26; }

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

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

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

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

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

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

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

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