#470D15

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

Shades of Rustic Red #470D15

Tints of Rustic Red #470D15

Color information

#470D15 (or 0x470D15) is unknown color: approx Rustic Red. HEX triplet: 47, 0D and 15. RGB value is (71,13,21). Sum of RGB (Red+Green+Blue) = 71+13+21=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D15 is #B8F2EA. Grayscale: #1F1F1F. Windows color (decimal): -12120811 or 1379655. OLE color: 1379655.

HSL color Cylindrical-coordinate representation of color #470D15: hue angle of 351.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D15 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB711321-
CMYK00.820.700.72
HSL351.72º69.05%16.47%-
HSV(B)351.72º81.69%27.84%-
XYZ2.881.680.88-
YUV31.25122.22156.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 21 (8.59% from 255) = 20%
R=67.62%
G=12.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71132100.820.700.72351.7269.0516.47
Hex47D1505246481604510
Octal1071525012210611054010520
Binary10001111101101010101001010001101001000101100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470D15; }

 p { color: rgb(71,13,21); }

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

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

 a { background-color: rgb(71,13,21); }

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

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

 span { border-color: rgb(71,13,21); }

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