#460309

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

Shades of Rustic Red #460309

Tints of Rustic Red #460309

Color information

#460309 (or 0x460309) is unknown color: approx Rustic Red. HEX triplet: 46, 03 and 09. RGB value is (70,3,9). Sum of RGB (Red+Green+Blue) = 70+3+9=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460309 is #B9FCF6. Grayscale: #171717. Windows color (decimal): -12188919 or 590662. OLE color: 590662.

HSL color Cylindrical-coordinate representation of color #460309: hue angle of 354.63º 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 #460309 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB7039-
CMYK00.960.870.73
HSL354.63º91.78%14.31%-
HSV(B)354.63º95.71%27.45%-
XYZ2.611.390.39-
YUV23.72119.7161.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 85.37%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=85.37%
G=3.66%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal703900.960.870.73354.6391.7814.31
Hex463906057491635ce
Octal106311014012711154313416
Binary1000110111001011000001010111100100110110001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460309; }

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

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

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

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

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

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

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

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