#0A0104

Color #0A0104 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #0A0104

Tints of Rustic Red #0A0104

Color information

#0A0104 (or 0x0A0104) is unknown color: approx Rustic Red. HEX triplet: 0A, 01 and 04. RGB value is (10,1,4). Sum of RGB (Red+Green+Blue) = 10+1+4=15 (1% of max value = 765). Red value is 10 (4.30% from 255 or 66.67% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0104 is #F5FEFB. Grayscale: #040404. Windows color (decimal): -16121596 or 262410. OLE color: 262410.

HSL color Cylindrical-coordinate representation of color #0A0104: hue angle of 340º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0104 is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB1014-
CMYK00.900.60.96
HSL340º81.82%2.16%-
HSV(B)340º90%3.92%-
XYZ0.160.10.12-
YUV4.03127.98132.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 4 (1.95% from 255) = 26.67%
R=66.67%
G=6.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101400.900.60.9634081.822.16
HexA1405A3C60154522
Octal12140132741405241222
Binary10101100010110101111001100000101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0104; }

 p { color: rgb(10,1,4); }

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

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

 a { background-color: rgb(10,1,4); }

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

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

 span { border-color: rgb(10,1,4); }

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