Html Css Color HEX #470608 Rustic Red

📋 copy color: '#470608'

red 71 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #470608

Tints of Rustic Red #470608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

 BLUE value IS 8 (3.52% from 255) = 9.41%

R = 83.53%
G = 7.06%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#470608 (or 0x470608) is known color: Rustic Red. HEX triplet: 47, 06 and 08. RGB value is (71,6,8). Sum of RGB (Red+Green+Blue) = 71+6+8=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470608 is #B8F9F7. Grayscale: #191919. Windows color (decimal): -12122616 or 525895. OLE color: 525895.

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

Color convert

RGB 71 6 8 -
CMYK 0 0.92 0.89 0.72
HSL 358.15º 0.84% 0.15% -
HSV(B) 358.15º 0.92% 0.28% -
XYZ 2.71 1.49 0.37 -
YUV 25.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 71 6 8 0 0.92 0.89 0.72 358.15 0.84 0.15
Hex 47 6 8 0 5C 59 48 166 54 F
Octal 107 6 10 0 134 131 110 546 124 17
Binary 1000111 110 1000 0 1011100 1011001 1001000 101100110 1010100 1111

Color Harmonies of #470608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470608

Black with #470608

Text Example


Text Example

White with #470608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470608; }

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

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

background-color css

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

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

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

border-color css

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

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

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