#0D0708

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

Shades of Rustic Red #0D0708

Tints of Rustic Red #0D0708

Color information

#0D0708 (or 0x0D0708) is unknown color: approx Rustic Red. HEX triplet: 0D, 07 and 08. RGB value is (13,7,8). Sum of RGB (Red+Green+Blue) = 13+7+8=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0708 is #F2F8F7. Grayscale: #080808. Windows color (decimal): -15923448 or 526093. OLE color: 526093.

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

Color convert

RGB1378-
CMYK00.460.380.95
HSL350º30%3.92%-
HSV(B)350º46.15%5.1%-
XYZ0.290.260.26-
YUV8.91127.49130.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 46.43%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=46.43%
G=25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal137800.460.380.95350303.92
HexD7802E265F15e1e4
Octal1571005646137536364
Binary110111110000101110100110101111110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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