#460312

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

Shades of Rustic Red #460312

Tints of Rustic Red #460312

Color information

#460312 (or 0x460312) is unknown color: approx Rustic Red. HEX triplet: 46, 03 and 12. RGB value is (70,3,18). Sum of RGB (Red+Green+Blue) = 70+3+18=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460312 is #B9FCED. Grayscale: #181818. Windows color (decimal): -12188910 or 1180486. OLE color: 1180486.

HSL color Cylindrical-coordinate representation of color #460312: hue angle of 346.57º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460312 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB70318-
CMYK00.960.740.73
HSL346.57º91.78%14.31%-
HSV(B)346.57º95.71%27.45%-
XYZ2.671.410.7-
YUV24.74124.2160.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=76.92%
G=3.30%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7031800.960.740.73346.5791.7814.31
Hex463120604A4915b5ce
Octal106322014011211153313416
Binary10001101110010011000001001010100100110101101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460312; }

 p { color: rgb(70,3,18); }

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

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

 a { background-color: rgb(70,3,18); }

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

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

 span { border-color: rgb(70,3,18); }

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