#0A0306

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

Shades of Rustic Red #0A0306

Tints of Rustic Red #0A0306

Color information

#0A0306 (or 0x0A0306) is unknown color: approx Rustic Red. HEX triplet: 0A, 03 and 06. RGB value is (10,3,6). Sum of RGB (Red+Green+Blue) = 10+3+6=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0306 is #F5FCF9. Grayscale: #050505. Windows color (decimal): -16121082 or 393994. OLE color: 393994.

HSL color Cylindrical-coordinate representation of color #0A0306: hue angle of 334.29º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A0306 is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB1036-
CMYK00.700.40.96
HSL334.29º53.85%2.55%-
HSV(B)334.29º70%3.92%-
XYZ0.190.140.19-
YUV5.44128.32131.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 52.63%
GREEN value IS 3 (1.56% from 255) = 15.79%
BLUE value IS 6 (2.73% from 255) = 31.58%
R=52.63%
G=15.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.4
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal103600.700.40.96334.2953.852.55
HexA36046286014e363
Octal1236010650140516663
Binary10101111001000110101000110000010100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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