Html Css Color HEX #47040D Rustic Red

📋 copy color: '#47040D'

red 71 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #47040D

Tints of Rustic Red #47040D

RGB

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

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

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

R = 80.68%
G = 4.55%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47040D (or 0x47040D) is known color: Rustic Red. HEX triplet: 47, 04 and 0D. RGB value is (71,4,13). Sum of RGB (Red+Green+Blue) = 71+4+13=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #47040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040D is #B8FBF2. Grayscale: #191919. Windows color (decimal): -12123123 or 853063. OLE color: 853063.

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

Color convert

RGB 71 4 13 -
CMYK 0 0.94 0.82 0.72
HSL 351.94º 0.89% 0.15% -
HSV(B) 351.94º 0.94% 0.28% -
XYZ 2.71 1.46 0.52 -
YUV 25.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 71 4 13 0 0.94 0.82 0.72 351.94 0.89 0.15
Hex 47 4 D 0 5E 52 48 160 59 F
Octal 107 4 15 0 136 122 110 540 131 17
Binary 1000111 100 1101 0 1011110 1010010 1001000 101100000 1011001 1111

Color Harmonies of #47040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47040D

Black with #47040D

Text Example


Text Example

White with #47040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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