Html Css Color HEX #470206 Rustic Red

📋 copy color: '#470206'

red 71 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #470206

Tints of Rustic Red #470206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.59%

R = 89.87%
G = 2.53%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#470206 (or 0x470206) is known color: Rustic Red. HEX triplet: 47, 02 and 06. RGB value is (71,2,6). Sum of RGB (Red+Green+Blue) = 71+2+6=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470206 is #B8FDF9. Grayscale: #171717. Windows color (decimal): -12123642 or 393799. OLE color: 393799.

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

Color convert

RGB 71 2 6 -
CMYK 0 0.97 0.92 0.72
HSL 356.52º 0.95% 0.14% -
HSV(B) 356.52º 0.97% 0.28% -
XYZ 2.65 1.4 0.3 -
YUV 23.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 71 2 6 0 0.97 0.92 0.72 356.52 0.95 0.14
Hex 47 2 6 0 61 5C 48 165 5F E
Octal 107 2 6 0 141 134 110 545 137 16
Binary 1000111 10 110 0 1100001 1011100 1001000 101100101 1011111 1110

Color Harmonies of #470206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470206

Black with #470206

Text Example


Text Example

White with #470206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470206; }

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

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

background-color css

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

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

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

border-color css

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

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

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