Html Css Color HEX #47040E Rustic Red

📋 copy color: '#47040E'

red 71 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #47040E

Tints of Rustic Red #47040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

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

R = 79.78%
G = 4.49%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47040E (or 0x47040E) is known color: Rustic Red. HEX triplet: 47, 04 and 0E. RGB value is (71,4,14). Sum of RGB (Red+Green+Blue) = 71+4+14=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040E is #B8FBF1. Grayscale: #191919. Windows color (decimal): -12123122 or 918599. OLE color: 918599.

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

Color convert

RGB 71 4 14 -
CMYK 0 0.94 0.80 0.72
HSL 351.04º 0.89% 0.15% -
HSV(B) 351.04º 0.94% 0.28% -
XYZ 2.72 1.46 0.55 -
YUV 25.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 71 4 14 0 0.94 0.80 0.72 351.04 0.89 0.15
Hex 47 4 E 0 5E 50 48 15F 59 F
Octal 107 4 16 0 136 120 110 537 131 17
Binary 1000111 100 1110 0 1011110 1010000 1001000 101011111 1011001 1111

Color Harmonies of #47040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47040E

Black with #47040E

Text Example


Text Example

White with #47040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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