#0A0105

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

Shades of Rustic Red #0A0105

Tints of Rustic Red #0A0105

Color information

#0A0105 (or 0x0A0105) is unknown color: approx Rustic Red. HEX triplet: 0A, 01 and 05. RGB value is (10,1,5). Sum of RGB (Red+Green+Blue) = 10+1+5=16 (2% of max value = 765). Red value is 10 (4.30% from 255 or 62.5% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0105 is #F5FEFA. Grayscale: #040404. Windows color (decimal): -16121595 or 327946. OLE color: 327946.

HSL color Cylindrical-coordinate representation of color #0A0105: hue angle of 333.33º 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 #0A0105 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB1015-
CMYK00.900.500.96
HSL333.33º81.82%2.16%-
HSV(B)333.33º90%3.92%-
XYZ0.160.10.15-
YUV4.15128.48132.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 6.25%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=62.5%
G=6.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101500.900.500.96333.3381.822.16
HexA1505A326014d522
Octal12150132621405151222
Binary10101101010110101100101100000101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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