Html Css Color HEX #470211 Rustic Red

📋 copy color: '#470211'

red 71 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #470211

Tints of Rustic Red #470211

RGB

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

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

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

R = 78.89%
G = 2.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470211 (or 0x470211) is known color: Rustic Red. HEX triplet: 47, 02 and 11. RGB value is (71,2,17). Sum of RGB (Red+Green+Blue) = 71+2+17=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470211 is #B8FDEE. Grayscale: #181818. Windows color (decimal): -12123631 or 1114695. OLE color: 1114695.

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

Color convert

RGB 71 2 17 -
CMYK 0 0.97 0.76 0.72
HSL 346.96º 0.95% 0.14% -
HSV(B) 346.96º 0.97% 0.28% -
XYZ 2.72 1.42 0.66 -
YUV 24.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 71 2 17 0 0.97 0.76 0.72 346.96 0.95 0.14
Hex 47 2 11 0 61 4C 48 15B 5F E
Octal 107 2 21 0 141 114 110 533 137 16
Binary 1000111 10 10001 0 1100001 1001100 1001000 101011011 1011111 1110

Color Harmonies of #470211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470211

Black with #470211

Text Example


Text Example

White with #470211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470211; }

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

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

background-color css

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

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

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

border-color css

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

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

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