#0D0509

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

Shades of Rustic Red #0D0509

Tints of Rustic Red #0D0509

Color information

#0D0509 (or 0x0D0509) is unknown color: approx Rustic Red. HEX triplet: 0D, 05 and 09. RGB value is (13,5,9). Sum of RGB (Red+Green+Blue) = 13+5+9=27 (3% of max value = 765). Red value is 13 (5.47% from 255 or 48.15% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0509 is #F2FAF6. Grayscale: #070707. Windows color (decimal): -15923959 or 591117. OLE color: 591117.

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

Color convert

RGB1359-
CMYK00.620.310.95
HSL330º44.44%3.53%-
HSV(B)330º61.54%5.1%-
XYZ0.270.210.29-
YUV7.85128.65131.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 48.15%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 9 (3.91% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal135900.620.310.9533044.443.53
HexD5903E1F5F14a2c4
Octal1551107637137512544
Binary110110110010111110111111011111101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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