#0D0506

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

Shades of Rustic Red #0D0506

Tints of Rustic Red #0D0506

Color information

#0D0506 (or 0x0D0506) is unknown color: approx Rustic Red. HEX triplet: 0D, 05 and 06. RGB value is (13,5,6). Sum of RGB (Red+Green+Blue) = 13+5+6=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0506 is #F2FAF9. Grayscale: #070707. Windows color (decimal): -15923962 or 394509. OLE color: 394509.

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

Color convert

RGB1356-
CMYK00.620.540.95
HSL352.5º44.44%3.53%-
HSV(B)352.5º61.54%5.1%-
XYZ0.250.210.2-
YUV7.51127.15131.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 54.17%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 6 (2.73% from 255) = 25%
R=54.17%
G=20.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal135600.620.540.95352.544.443.53
HexD5603E365F1602c4
Octal155607666137540544
Binary110110111001111101101101011111101100000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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