#0D0409

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

Shades of Rustic Red #0D0409

Tints of Rustic Red #0D0409

Color information

#0D0409 (or 0x0D0409) is unknown color: approx Rustic Red. HEX triplet: 0D, 04 and 09. RGB value is (13,4,9). Sum of RGB (Red+Green+Blue) = 13+4+9=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0409 is #F2FBF6. Grayscale: #070707. Windows color (decimal): -15924215 or 590861. OLE color: 590861.

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

Color convert

RGB1349-
CMYK00.690.310.95
HSL326.67º52.94%3.33%-
HSV(B)326.67º69.23%5.1%-
XYZ0.260.190.28-
YUV7.26128.98132.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 9 (3.91% from 255) = 34.62%
R=50%
G=15.38%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal134900.690.310.95326.6752.943.33
HexD490451F5F147353
Octal15411010537137507653
Binary110110010010100010111111101111110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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