#460B0D

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

Shades of Rustic Red #460B0D

Tints of Rustic Red #460B0D

Color information

#460B0D (or 0x460B0D) is unknown color: approx Rustic Red. HEX triplet: 46, 0B and 0D. RGB value is (70,11,13). Sum of RGB (Red+Green+Blue) = 70+11+13=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B0D is #B9F4F2. Grayscale: #1C1C1C. Windows color (decimal): -12186867 or 854854. OLE color: 854854.

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

Color convert

RGB701113-
CMYK00.840.810.73
HSL357.97º72.84%15.88%-
HSV(B)357.97º84.29%27.45%-
XYZ2.721.570.54-
YUV28.87119.05157.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=74.47%
G=11.70%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70111300.840.810.73357.9772.8415.88
Hex46BD05451491664910
Octal1061315012412111154611120
Binary1000110101111010101010010100011001001101100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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