#461A1D

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

Shades of Rustic Red #461A1D

Tints of Rustic Red #461A1D

Color information

#461A1D (or 0x461A1D) is unknown color: approx Rustic Red. HEX triplet: 46, 1A and 1D. RGB value is (70,26,29). Sum of RGB (Red+Green+Blue) = 70+26+29=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A1D is #B9E5E2. Grayscale: #272727. Windows color (decimal): -12183011 or 1907270. OLE color: 1907270.

HSL color Cylindrical-coordinate representation of color #461A1D: hue angle of 355.91º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A1D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB702629-
CMYK00.630.590.73
HSL355.91º45.83%18.82%-
HSV(B)355.91º62.86%27.45%-
XYZ3.122.131.41-
YUV39.5122.08149.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=56%
G=20.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70262900.630.590.73355.9145.8318.82
Hex461A1D03F3B491642e13
Octal1063235077731115445623
Binary100011011010111010111111111011100100110110010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461A1D; }

 p { color: rgb(70,26,29); }

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

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

 a { background-color: rgb(70,26,29); }

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

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

 span { border-color: rgb(70,26,29); }

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