Html Css Color HEX #47070E Rustic Red

📋 copy color: '#47070E'

red 71 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #47070E

Tints of Rustic Red #47070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.61%

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

R = 77.17%
G = 7.61%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47070E (or 0x47070E) is known color: Rustic Red. HEX triplet: 47, 07 and 0E. RGB value is (71,7,14). Sum of RGB (Red+Green+Blue) = 71+7+14=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #47070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070E is #B8F8F1. Grayscale: #1A1A1A. Windows color (decimal): -12122354 or 919367. OLE color: 919367.

HSL color Cylindrical-coordinate representation of color #47070E: hue angle of 353.44º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47070E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 14 -
CMYK 0 0.90 0.80 0.72
HSL 353.44º 0.82% 0.15% -
HSV(B) 353.44º 0.9% 0.28% -
XYZ 2.75 1.52 0.56 -
YUV 26.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 71 7 14 0 0.90 0.80 0.72 353.44 0.82 0.15
Hex 47 7 E 0 5A 50 48 161 52 F
Octal 107 7 16 0 132 120 110 541 122 17
Binary 1000111 111 1110 0 1011010 1010000 1001000 101100001 1010010 1111

Color Harmonies of #47070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47070E

Black with #47070E

Text Example


Text Example

White with #47070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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