Html Css Color HEX #470810 Rustic Red

📋 copy color: '#470810'

red 71 ◦ green 8 ◦ blue 16

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

Shades of Rustic Red #470810

Tints of Rustic Red #470810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 74.74%
G = 8.42%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470810 (or 0x470810) is known color: Rustic Red. HEX triplet: 47, 08 and 10. RGB value is (71,8,16). Sum of RGB (Red+Green+Blue) = 71+8+16=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470810 is #B8F7EF. Grayscale: #1B1B1B. Windows color (decimal): -12122096 or 1050695. OLE color: 1050695.

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

Color convert

RGB 71 8 16 -
CMYK 0 0.89 0.77 0.72
HSL 352.38º 0.8% 0.15% -
HSV(B) 352.38º 0.89% 0.28% -
XYZ 2.78 1.55 0.64 -
YUV 27.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 71 8 16 0 0.89 0.77 0.72 352.38 0.8 0.15
Hex 47 8 10 0 59 4D 48 160 50 F
Octal 107 10 20 0 131 115 110 540 120 17
Binary 1000111 1000 10000 0 1011001 1001101 1001000 101100000 1010000 1111

Color Harmonies of #470810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470810

Black with #470810

Text Example


Text Example

White with #470810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470810; }

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

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

background-color css

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

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

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

border-color css

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

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

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