Html Css Color HEX #47040B Rustic Red

📋 copy color: '#47040B'

red 71 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #47040B

Tints of Rustic Red #47040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.79%

R = 82.56%
G = 4.65%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47040B (or 0x47040B) is known color: Rustic Red. HEX triplet: 47, 04 and 0B. RGB value is (71,4,11). Sum of RGB (Red+Green+Blue) = 71+4+11=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040B is #B8FBF4. Grayscale: #181818. Windows color (decimal): -12123125 or 721991. OLE color: 721991.

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

Color convert

RGB 71 4 11 -
CMYK 0 0.94 0.85 0.72
HSL 353.73º 0.89% 0.15% -
HSV(B) 353.73º 0.94% 0.28% -
XYZ 2.7 1.45 0.45 -
YUV 24.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 71 4 11 0 0.94 0.85 0.72 353.73 0.89 0.15
Hex 47 4 B 0 5E 55 48 162 59 F
Octal 107 4 13 0 136 125 110 542 131 17
Binary 1000111 100 1011 0 1011110 1010101 1001000 101100010 1011001 1111

Color Harmonies of #47040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47040B

Black with #47040B

Text Example


Text Example

White with #47040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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