#470915

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

Shades of Rustic Red #470915

Tints of Rustic Red #470915

Color information

#470915 (or 0x470915) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 15. RGB value is (71,9,21). Sum of RGB (Red+Green+Blue) = 71+9+21=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470915 is #B8F6EA. Grayscale: #1C1C1C. Windows color (decimal): -12121835 or 1378631. OLE color: 1378631.

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

Color convert

RGB71921-
CMYK00.870.700.72
HSL348.39º77.5%15.69%-
HSV(B)348.39º87.32%27.84%-
XYZ2.831.590.87-
YUV28.91123.54158.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=70.30%
G=8.91%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192100.870.700.72348.3977.515.69
Hex47915057464815c4e10
Octal1071125012710611053411620
Binary10001111001101010101011110001101001000101011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470915; }

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

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

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

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

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

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

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

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