#0A0708

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

Shades of Rustic Red #0A0708

Tints of Rustic Red #0A0708

Color information

#0A0708 (or 0x0A0708) is unknown color: approx Rustic Red. HEX triplet: 0A, 07 and 08. RGB value is (10,7,8). Sum of RGB (Red+Green+Blue) = 10+7+8=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0708 is #F5F8F7. Grayscale: #080808. Windows color (decimal): -16120056 or 526090. OLE color: 526090.

HSL color Cylindrical-coordinate representation of color #0A0708: hue angle of 340º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0A0708 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.96.

Color convert

RGB1078-
CMYK00.300.20.96
HSL340º17.65%3.33%-
HSV(B)340º30%3.92%-
XYZ0.240.230.26-
YUV8.01127.99129.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 40%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 8 (3.52% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal107800.300.20.9634017.653.33
HexA7801E1460154123
Octal1271003624140524223
Binary101011110000111101010011000001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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