#940513

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

Shades of Carmine #940513

Tints of Carmine #940513

Color information

#940513 (or 0x940513) is unknown color: approx Carmine. HEX triplet: 94, 05 and 13. RGB value is (148,5,19). Sum of RGB (Red+Green+Blue) = 148+5+19=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #940513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940513 is #6BFAEC. Grayscale: #313131. Windows color (decimal): -7076589 or 1246612. OLE color: 1246612.

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

Color convert

RGB148519-
CMYK00.970.870.42
HSL354.13º93.46%30%-
HSV(B)354.13º96.62%58.04%-
XYZ12.386.451.21-
YUV49.35110.88198.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.05%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=86.05%
G=2.91%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14851900.970.870.42354.1393.4630
Hex94513061572A1625d1e
Octal22452301411275254213536
Binary1001010010110011011000011010111101010101100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940513; }

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

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

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

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

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

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

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

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