#940A17

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

Shades of Carmine #940A17

Tints of Carmine #940A17

Color information

#940A17 (or 0x940A17) is unknown color: approx Carmine. HEX triplet: 94, 0A and 17. RGB value is (148,10,23). Sum of RGB (Red+Green+Blue) = 148+10+23=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #940A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A17 is #6BF5E8. Grayscale: #343434. Windows color (decimal): -7075305 or 1510036. OLE color: 1510036.

HSL color Cylindrical-coordinate representation of color #940A17: hue angle of 354.35º 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 #940A17 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1481023-
CMYK00.930.840.42
HSL354.35º87.34%30.98%-
HSV(B)354.35º93.24%58.04%-
XYZ12.486.571.42-
YUV52.74111.22195.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.77%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=81.77%
G=5.52%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148102300.930.840.42354.3587.3430.98
Hex94A1705D542A162571f
Octal224122701351245254212737
Binary10010100101010111010111011010100101010101100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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