#940c15

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

Shades of Carmine #940C15

Tints of Carmine #940C15

Color information

#940C15 (or 0x940C15) is unknown color: approx Carmine. HEX triplet: 94, 0C and 15. RGB value is (148,12,21). Sum of RGB (Red+Green+Blue) = 148+12+21=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #940C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C15 is #6BF3EA. Grayscale: #353535. Windows color (decimal): -7074795 or 1379476. OLE color: 1379476.

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

Color convert

RGB1481221-
CMYK00.920.860.42
HSL356.03º85%31.37%-
HSV(B)356.03º91.89%58.04%-
XYZ12.486.611.33-
YUV53.69109.56195.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.77%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=81.77%
G=6.63%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148122100.920.860.42356.038531.37
Hex94C1505C562A164551f
Octal224142501341265254412537
Binary10010100110010101010111001010110101010101100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940c15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,12,21); }

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

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

 a { background-color: rgb(148,12,21); }

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

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

 span { border-color: rgb(148,12,21); }

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