Html Css Color HEX #470611 Rustic Red

📋 copy color: '#470611'

red 71 ◦ green 6 ◦ blue 17

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

Shades of Rustic Red #470611

Tints of Rustic Red #470611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 75.53%
G = 6.38%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470611 (or 0x470611) is known color: Rustic Red. HEX triplet: 47, 06 and 11. RGB value is (71,6,17). Sum of RGB (Red+Green+Blue) = 71+6+17=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470611 is #B8F9EE. Grayscale: #1A1A1A. Windows color (decimal): -12122607 or 1115719. OLE color: 1115719.

HSL color Cylindrical-coordinate representation of color #470611: hue angle of 349.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470611 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 17 -
CMYK 0 0.92 0.76 0.72
HSL 349.85º 0.84% 0.15% -
HSV(B) 349.85º 0.92% 0.28% -
XYZ 2.76 1.51 0.68 -
YUV 26.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 71 6 17 0 0.92 0.76 0.72 349.85 0.84 0.15
Hex 47 6 11 0 5C 4C 48 15E 54 F
Octal 107 6 21 0 134 114 110 536 124 17
Binary 1000111 110 10001 0 1011100 1001100 1001000 101011110 1010100 1111

Color Harmonies of #470611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470611

Black with #470611

Text Example


Text Example

White with #470611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470611; }

 p { color: rgb(71,6,17); }

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

background-color css

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

 a { background-color: rgb(71,6,17); }

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

border-color css

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

 span { border-color: rgb(71,6,17); }

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