Html Css Color HEX #470210 Rustic Red

📋 copy color: '#470210'

red 71 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #470210

Tints of Rustic Red #470210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

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

R = 79.78%
G = 2.25%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470210 (or 0x470210) is known color: Rustic Red. HEX triplet: 47, 02 and 10. RGB value is (71,2,16). Sum of RGB (Red+Green+Blue) = 71+2+16=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #470210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470210 is #B8FDEF. Grayscale: #181818. Windows color (decimal): -12123632 or 1049159. OLE color: 1049159.

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

Color convert

RGB 71 2 16 -
CMYK 0 0.97 0.77 0.72
HSL 347.83º 0.95% 0.14% -
HSV(B) 347.83º 0.97% 0.28% -
XYZ 2.71 1.42 0.62 -
YUV 24.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 71 2 16 0 0.97 0.77 0.72 347.83 0.95 0.14
Hex 47 2 10 0 61 4D 48 15C 5F E
Octal 107 2 20 0 141 115 110 534 137 16
Binary 1000111 10 10000 0 1100001 1001101 1001000 101011100 1011111 1110

Color Harmonies of #470210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470210

Black with #470210

Text Example


Text Example

White with #470210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470210; }

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

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

background-color css

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

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

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

border-color css

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

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

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