#47090A

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

Shades of Rustic Red #47090A

Tints of Rustic Red #47090A

Color information

#47090A (or 0x47090A) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 0A. RGB value is (71,9,10). Sum of RGB (Red+Green+Blue) = 71+9+10=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090A is #B8F6F5. Grayscale: #1B1B1B. Windows color (decimal): -12121846 or 657735. OLE color: 657735.

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

Color convert

RGB71910-
CMYK00.870.860.72
HSL359.03º77.5%15.69%-
HSV(B)359.03º87.32%27.84%-
XYZ2.751.560.44-
YUV27.65118.04158.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=78.89%
G=10%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7191000.870.860.72359.0377.515.69
Hex479A05756481674e10
Octal1071112012712611054711620
Binary1000111100110100101011110101101001000101100111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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