Html Css Color HEX #470710 Rustic Red

📋 copy color: '#470710'

red 71 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #470710

Tints of Rustic Red #470710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 75.53%
G = 7.45%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470710 (or 0x470710) is known color: Rustic Red. HEX triplet: 47, 07 and 10. RGB value is (71,7,16). Sum of RGB (Red+Green+Blue) = 71+7+16=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470710 is #B8F8EF. Grayscale: #1B1B1B. Windows color (decimal): -12122352 or 1050439. OLE color: 1050439.

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

Color convert

RGB 71 7 16 -
CMYK 0 0.90 0.77 0.72
HSL 351.56º 0.82% 0.15% -
HSV(B) 351.56º 0.9% 0.28% -
XYZ 2.77 1.53 0.64 -
YUV 27.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 71 7 16 0 0.90 0.77 0.72 351.56 0.82 0.15
Hex 47 7 10 0 5A 4D 48 160 52 F
Octal 107 7 20 0 132 115 110 540 122 17
Binary 1000111 111 10000 0 1011010 1001101 1001000 101100000 1010010 1111

Color Harmonies of #470710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470710

Black with #470710

Text Example


Text Example

White with #470710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470710; }

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

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

background-color css

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

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

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

border-color css

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

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

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