#460814

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

Shades of Rustic Red #460814

Tints of Rustic Red #460814

Color information

#460814 (or 0x460814) is unknown color: approx Rustic Red. HEX triplet: 46, 08 and 14. RGB value is (70,8,20). Sum of RGB (Red+Green+Blue) = 70+8+20=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460814 is #B9F7EB. Grayscale: #1B1B1B. Windows color (decimal): -12187628 or 1312838. OLE color: 1312838.

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

Color convert

RGB70820-
CMYK00.890.710.73
HSL348.39º79.49%15.29%-
HSV(B)348.39º88.57%27.45%-
XYZ2.741.530.81-
YUV27.91123.54158.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=71.43%
G=8.16%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7082000.890.710.73348.3979.4915.29
Hex46814059474915c4ff
Octal1061024013110711153411717
Binary1000110100010100010110011000111100100110101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460814; }

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

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

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

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

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

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

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

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