#460612

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

Shades of Rustic Red #460612

Tints of Rustic Red #460612

Color information

#460612 (or 0x460612) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 12. RGB value is (70,6,18). Sum of RGB (Red+Green+Blue) = 70+6+18=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460612 is #B9F9ED. Grayscale: #1A1A1A. Windows color (decimal): -12188142 or 1181254. OLE color: 1181254.

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

Color convert

RGB70618-
CMYK00.910.740.73
HSL348.75º84.21%14.9%-
HSV(B)348.75º91.43%27.45%-
XYZ2.71.480.71-
YUV26.5123.2159.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=74.47%
G=6.38%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7061800.910.740.73348.7584.2114.9
Hex4661205B4A4915d54f
Octal106622013311211153512417
Binary100011011010010010110111001010100100110101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460612; }

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

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

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

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

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

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

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

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