#460F14

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

Shades of Rustic Red #460F14

Tints of Rustic Red #460F14

Color information

#460F14 (or 0x460F14) is unknown color: approx Rustic Red. HEX triplet: 46, 0F and 14. RGB value is (70,15,20). Sum of RGB (Red+Green+Blue) = 70+15+20=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F14 is #B9F0EB. Grayscale: #202020. Windows color (decimal): -12185836 or 1314630. OLE color: 1314630.

HSL color Cylindrical-coordinate representation of color #460F14: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F14 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB701520-
CMYK00.790.710.73
HSL354.55º64.71%16.67%-
HSV(B)354.55º78.57%27.45%-
XYZ2.821.690.84-
YUV32.02121.22155.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=66.67%
G=14.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70152000.790.710.73354.5564.7116.67
Hex46F1404F47491634111
Octal1061724011710711154310121
Binary10001101111101000100111110001111001001101100011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F14; }

 p { color: rgb(70,15,20); }

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

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

 a { background-color: rgb(70,15,20); }

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

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

 span { border-color: rgb(70,15,20); }

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