#47090E

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

Shades of Rustic Red #47090E

Tints of Rustic Red #47090E

Color information

#47090E (or 0x47090E) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 0E. RGB value is (71,9,14). Sum of RGB (Red+Green+Blue) = 71+9+14=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #47090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090E is #B8F6F1. Grayscale: #1C1C1C. Windows color (decimal): -12121842 or 919879. OLE color: 919879.

HSL color Cylindrical-coordinate representation of color #47090E: hue angle of 355.16º 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 #47090E is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB71914-
CMYK00.870.800.72
HSL355.16º77.5%15.69%-
HSV(B)355.16º87.32%27.84%-
XYZ2.781.570.57-
YUV28.11120.04158.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=75.53%
G=9.57%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7191400.870.800.72355.1677.515.69
Hex479E05750481634e10
Octal1071116012712011054311620
Binary1000111100111100101011110100001001000101100011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47090E; }

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

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

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

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

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

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

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

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