#0D0607

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

Shades of Rustic Red #0D0607

Tints of Rustic Red #0D0607

Color information

#0D0607 (or 0x0D0607) is unknown color: approx Rustic Red. HEX triplet: 0D, 06 and 07. RGB value is (13,6,7). Sum of RGB (Red+Green+Blue) = 13+6+7=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0607 is #F2F9F8. Grayscale: #080808. Windows color (decimal): -15923705 or 460301. OLE color: 460301.

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

Color convert

RGB1367-
CMYK00.540.460.95
HSL351.43º36.84%3.73%-
HSV(B)351.43º53.85%5.1%-
XYZ0.270.230.23-
YUV8.21127.32131.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=50%
G=23.08%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal136700.540.460.95351.4336.843.73
HexD670362E5F15f254
Octal156706656137537454
Binary110111011101101101011101011111101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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