#0D0204

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

Shades of Rustic Red #0D0204

Tints of Rustic Red #0D0204

Color information

#0D0204 (or 0x0D0204) is unknown color: approx Rustic Red. HEX triplet: 0D, 02 and 04. RGB value is (13,2,4). Sum of RGB (Red+Green+Blue) = 13+2+4=19 (2% of max value = 765). Red value is 13 (5.47% from 255 or 68.42% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0204 is #F2FDFB. Grayscale: #050505. Windows color (decimal): -15924732 or 262669. OLE color: 262669.

HSL color Cylindrical-coordinate representation of color #0D0204: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0204 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.95.

Color convert

RGB1324-
CMYK00.850.690.95
HSL349.09º73.33%2.94%-
HSV(B)349.09º84.62%5.1%-
XYZ0.210.140.13-
YUV5.52127.14133.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 68.42%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 4 (1.95% from 255) = 21.05%
R=68.42%
G=10.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal132400.850.690.95349.0973.332.94
HexD24055455F15d493
Octal152401251051375351113
Binary1101101000101010110001011011111101011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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