#940325

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

Shades of Carmine #940325

Tints of Carmine #940325

Color information

#940325 (or 0x940325) is unknown color: approx Carmine. HEX triplet: 94, 03 and 25. RGB value is (148,3,37). Sum of RGB (Red+Green+Blue) = 148+3+37=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #940325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940325 is #6BFCDA. Grayscale: #323232. Windows color (decimal): -7077083 or 2425748. OLE color: 2425748.

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

Color convert

RGB148337-
CMYK00.980.750.42
HSL345.93º96.03%29.61%-
HSV(B)345.93º97.97%58.04%-
XYZ12.586.492.34-
YUV50.23120.54197.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.72%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=78.72%
G=1.60%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14833700.980.750.42345.9396.0329.61
Hex943250624B2A15a601e
Octal22434501421135253214036
Binary1001010011100101011000101001011101010101011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940325; }

 p { color: rgb(148,3,37); }

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

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

 a { background-color: rgb(148,3,37); }

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

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

 span { border-color: rgb(148,3,37); }

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