#940A05

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

Shades of Dark Red #940A05

Tints of Dark Red #940A05

Color information

#940A05 (or 0x940A05) is unknown color: approx Dark Red. HEX triplet: 94, 0A and 05. RGB value is (148,10,5). Sum of RGB (Red+Green+Blue) = 148+10+5=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #940A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A05 is #6BF5FA. Grayscale: #323232. Windows color (decimal): -7075323 or 330388. OLE color: 330388.

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

Color convert

RGB148105-
CMYK00.930.970.42
HSL2.1º93.46%30%-
HSV(B)2.1º96.62%58.04%-
XYZ12.356.520.75-
YUV50.69102.22197.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 90.80%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=90.80%
G=6.13%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810500.930.970.422.193.4630
Hex94A505D612A25d1e
Octal224125013514152213536
Binary10010100101010101011101110000110101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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