Html Css Color HEX #47070D Rustic Red

📋 copy color: '#47070D'

red 71 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #47070D

Tints of Rustic Red #47070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 78.02%
G = 7.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47070D (or 0x47070D) is known color: Rustic Red. HEX triplet: 47, 07 and 0D. RGB value is (71,7,13). Sum of RGB (Red+Green+Blue) = 71+7+13=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #47070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070D is #B8F8F2. Grayscale: #1A1A1A. Windows color (decimal): -12122355 or 853831. OLE color: 853831.

HSL color Cylindrical-coordinate representation of color #47070D: hue angle of 354.38º 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 #47070D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 13 -
CMYK 0 0.90 0.82 0.72
HSL 354.38º 0.82% 0.15% -
HSV(B) 354.38º 0.9% 0.28% -
XYZ 2.75 1.52 0.53 -
YUV 26.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 71 7 13 0 0.90 0.82 0.72 354.38 0.82 0.15
Hex 47 7 D 0 5A 52 48 162 52 F
Octal 107 7 15 0 132 122 110 542 122 17
Binary 1000111 111 1101 0 1011010 1010010 1001000 101100010 1010010 1111

Color Harmonies of #47070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47070D

Black with #47070D

Text Example


Text Example

White with #47070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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