#070305

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

Shades of Rustic Red #070305

Tints of Rustic Red #070305

Color information

#070305 (or 0x070305) is unknown color: approx Rustic Red. HEX triplet: 07, 03 and 05. RGB value is (7,3,5). Sum of RGB (Red+Green+Blue) = 7+3+5=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070305 is #F8FCFA. Grayscale: #040404. Windows color (decimal): -16317691 or 328455. OLE color: 328455.

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

Color convert

RGB735-
CMYK00.570.290.97
HSL330º40%1.96%-
HSV(B)330º57.14%2.75%-
XYZ0.150.120.16-
YUV4.42128.33129.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal73500.570.290.97330401.96
Hex7350391D6114a282
Octal73507135141512502
Binary11111101011100111101110000110100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070305; }

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

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

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

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

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

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

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

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