Html Css Color HEX #47050E Rustic Red

📋 copy color: '#47050E'

red 71 ◦ green 5 ◦ blue 14

#47050E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #47050E

Tints of Rustic Red #47050E

RGB

 RED value IS 71 (28.13% from 255) = 78.89%

 GREEN value IS 5 (2.34% from 255) = 5.56%

 BLUE value IS 14 (5.86% from 255) = 15.56%

R = 78.89%
G = 5.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47050E (or 0x47050E) is known color: Rustic Red. HEX triplet: 47, 05 and 0E. RGB value is (71,5,14). Sum of RGB (Red+Green+Blue) = 71+5+14=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47050E is #B8FAF1. Grayscale: #191919. Windows color (decimal): -12122866 or 918855. OLE color: 918855.

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

Color convert

RGB 71 5 14 -
CMYK 0 0.93 0.80 0.72
HSL 351.82º 0.87% 0.15% -
HSV(B) 351.82º 0.93% 0.28% -
XYZ 2.73 1.48 0.56 -
YUV 25.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 71 5 14 0 0.93 0.80 0.72 351.82 0.87 0.15
Hex 47 5 E 0 5D 50 48 160 57 F
Octal 107 5 16 0 135 120 110 540 127 17
Binary 1000111 101 1110 0 1011101 1010000 1001000 101100000 1010111 1111

Color Harmonies of #47050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47050E

Black with #47050E

Text Example


Text Example

White with #47050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47050E;
 }
 .AnyTagClassName
 {
   color: #47050E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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