#0A0103

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

Shades of Rustic Red #0A0103

Tints of Rustic Red #0A0103

Color information

#0A0103 (or 0x0A0103) is unknown color: approx Rustic Red. HEX triplet: 0A, 01 and 03. RGB value is (10,1,3). Sum of RGB (Red+Green+Blue) = 10+1+3=14 (1% of max value = 765). Red value is 10 (4.30% from 255 or 71.43% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 3 (1.56% from 255 or 21.43% from 14); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0103 is #F5FEFC. Grayscale: #030303. Windows color (decimal): -16121597 or 196874. OLE color: 196874.

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

Color convert

RGB1013-
CMYK00.900.700.96
HSL346.67º81.82%2.16%-
HSV(B)346.67º90%3.92%-
XYZ0.150.090.1-
YUV3.92127.48132.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 7.14%
BLUE value IS 3 (1.56% from 255) = 21.43%
R=71.43%
G=7.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101300.900.700.96346.6781.822.16
HexA1305A466015b522
Octal121301321061405331222
Binary10101110101101010001101100000101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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