#0D0508

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

Shades of Rustic Red #0D0508

Tints of Rustic Red #0D0508

Color information

#0D0508 (or 0x0D0508) is unknown color: approx Rustic Red. HEX triplet: 0D, 05 and 08. RGB value is (13,5,8). Sum of RGB (Red+Green+Blue) = 13+5+8=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0508 is #F2FAF7. Grayscale: #070707. Windows color (decimal): -15923960 or 525581. OLE color: 525581.

HSL color Cylindrical-coordinate representation of color #0D0508: hue angle of 337.5º 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 #0D0508 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB1358-
CMYK00.620.380.95
HSL337.5º44.44%3.53%-
HSV(B)337.5º61.54%5.1%-
XYZ0.260.210.26-
YUV7.73128.15131.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 8 (3.52% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal135800.620.380.95337.544.443.53
HexD5803E265F1522c4
Octal1551007646137522544
Binary1101101100001111101001101011111101010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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