#940516

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

Shades of Carmine #940516

Tints of Carmine #940516

Color information

#940516 (or 0x940516) is unknown color: approx Carmine. HEX triplet: 94, 05 and 16. RGB value is (148,5,22). Sum of RGB (Red+Green+Blue) = 148+5+22=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #940516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940516 is #6BFAE9. Grayscale: #313131. Windows color (decimal): -7076586 or 1443220. OLE color: 1443220.

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

Color convert

RGB148522-
CMYK00.970.850.42
HSL352.87º93.46%30%-
HSV(B)352.87º96.62%58.04%-
XYZ12.416.461.35-
YUV49.7112.38198.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 84.57%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=84.57%
G=2.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14852200.970.850.42352.8793.4630
Hex94516061552A1615d1e
Octal22452601411255254113536
Binary1001010010110110011000011010101101010101100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940516; }

 p { color: rgb(148,5,22); }

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

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

 a { background-color: rgb(148,5,22); }

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

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

 span { border-color: rgb(148,5,22); }

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