#0A0204

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

Shades of Rustic Red #0A0204

Tints of Rustic Red #0A0204

Color information

#0A0204 (or 0x0A0204) is unknown color: approx Rustic Red. HEX triplet: 0A, 02 and 04. RGB value is (10,2,4). Sum of RGB (Red+Green+Blue) = 10+2+4=16 (2% of max value = 765). Red value is 10 (4.30% from 255 or 62.5% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0204 is #F5FDFB. Grayscale: #040404. Windows color (decimal): -16121340 or 262666. OLE color: 262666.

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

Color convert

RGB1024-
CMYK00.80.60.96
HSL345º66.67%2.35%-
HSV(B)345º80%3.92%-
XYZ0.170.120.13-
YUV4.62127.65131.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 4 (1.95% from 255) = 25%
R=62.5%
G=12.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal102400.80.60.9634566.672.35
HexA240503C60159432
Octal12240120741405311032
Binary101010100010100001111001100000101011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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