#47050B

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

Shades of Rustic Red #47050B

Tints of Rustic Red #47050B

Color information

#47050B (or 0x47050B) is unknown color: approx Rustic Red. HEX triplet: 47, 05 and 0B. RGB value is (71,5,11). Sum of RGB (Red+Green+Blue) = 71+5+11=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #47050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47050B is #B8FAF4. Grayscale: #191919. Windows color (decimal): -12122869 or 722247. OLE color: 722247.

HSL color Cylindrical-coordinate representation of color #47050B: hue angle of 354.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47050B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB71511-
CMYK00.930.850.72
HSL354.55º86.84%14.9%-
HSV(B)354.55º92.96%27.84%-
XYZ2.711.470.46-
YUV25.42119.87160.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 81.61%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=81.61%
G=5.75%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151100.930.850.72354.5586.8414.9
Hex475B05D554816357f
Octal107513013512511054312717
Binary10001111011011010111011010101100100010110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47050B; }

 p { color: rgb(71,5,11); }

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

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

 a { background-color: rgb(71,5,11); }

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

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

 span { border-color: rgb(71,5,11); }

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