#460D0F

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

Shades of Rustic Red #460D0F

Tints of Rustic Red #460D0F

Color information

#460D0F (or 0x460D0F) is unknown color: approx Rustic Red. HEX triplet: 46, 0D and 0F. RGB value is (70,13,15). Sum of RGB (Red+Green+Blue) = 70+13+15=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D0F is #B9F2F0. Grayscale: #1E1E1E. Windows color (decimal): -12186353 or 986438. OLE color: 986438.

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

Color convert

RGB701315-
CMYK00.810.790.73
HSL357.89º68.67%16.27%-
HSV(B)357.89º81.43%27.45%-
XYZ2.761.620.62-
YUV30.27119.38156.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=71.43%
G=13.27%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70131500.810.790.73357.8968.6716.27
Hex46DF0514F491664510
Octal1061517012111711154610520
Binary1000110110111110101000110011111001001101100110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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