Html Css Color HEX #470816 Rustic Red

📋 copy color: '#470816'

red 71 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #470816

Tints of Rustic Red #470816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.78%

R = 70.3%
G = 7.92%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#470816 (or 0x470816) is known color: Rustic Red. HEX triplet: 47, 08 and 16. RGB value is (71,8,22). Sum of RGB (Red+Green+Blue) = 71+8+22=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470816 is #B8F7E9. Grayscale: #1C1C1C. Windows color (decimal): -12122090 or 1443911. OLE color: 1443911.

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

Color convert

RGB 71 8 22 -
CMYK 0 0.89 0.69 0.72
HSL 346.67º 0.8% 0.15% -
HSV(B) 346.67º 0.89% 0.28% -
XYZ 2.83 1.57 0.91 -
YUV 28.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 71 8 22 0 0.89 0.69 0.72 346.67 0.8 0.15
Hex 47 8 16 0 59 45 48 15B 50 F
Octal 107 10 26 0 131 105 110 533 120 17
Binary 1000111 1000 10110 0 1011001 1000101 1001000 101011011 1010000 1111

Color Harmonies of #470816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470816

Black with #470816

Text Example


Text Example

White with #470816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470816; }

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

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

background-color css

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

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

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

border-color css

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

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

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