#460110

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

Shades of Rustic Red #460110

Tints of Rustic Red #460110

Color information

#460110 (or 0x460110) is unknown color: approx Rustic Red. HEX triplet: 46, 01 and 10. RGB value is (70,1,16). Sum of RGB (Red+Green+Blue) = 70+1+16=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #460110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460110 is #B9FEEF. Grayscale: #171717. Windows color (decimal): -12189424 or 1048902. OLE color: 1048902.

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

Color convert

RGB70116-
CMYK00.990.770.73
HSL346.96º97.18%13.92%-
HSV(B)346.96º98.57%27.45%-
XYZ2.631.360.61-
YUV23.34123.86161.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 80.46%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=80.46%
G=1.15%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7011600.990.770.73346.9697.1813.92
Hex461100634D4915b61e
Octal106120014311511153314116
Binary1000110110000011000111001101100100110101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460110; }

 p { color: rgb(70,1,16); }

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

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

 a { background-color: rgb(70,1,16); }

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

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

 span { border-color: rgb(70,1,16); }

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