#070506

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

Shades of Rustic Red #070506

Tints of Rustic Red #070506

Color information

#070506 (or 0x070506) is unknown color: approx Rustic Red. HEX triplet: 07, 05 and 06. RGB value is (7,5,6). Sum of RGB (Red+Green+Blue) = 7+5+6=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 6 (2.73% from 255 or 33.33% from 18); Max value from RGB is 7 - color contains mainly: red. Hex color #070506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070506 is #F8FAF9. Grayscale: #050505. Windows color (decimal): -16317178 or 394503. OLE color: 394503.

HSL color Cylindrical-coordinate representation of color #070506: hue angle of 330º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #070506 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.97.

Color convert

RGB756-
CMYK00.290.140.97
HSL330º16.67%2.35%-
HSV(B)330º28.57%2.75%-
XYZ0.170.170.2-
YUV5.71128.16128.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 38.89%
GREEN value IS 5 (2.34% from 255) = 27.78%
BLUE value IS 6 (2.73% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal75600.290.140.9733016.672.35
Hex75601DE6114a112
Octal75603516141512212
Binary111101110011101111011000011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070506; }

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

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

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

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

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

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

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

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