Html Css Color HEX #470813 Rustic Red

📋 copy color: '#470813'

red 71 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #470813

Tints of Rustic Red #470813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 72.45%
G = 8.16%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470813 (or 0x470813) is known color: Rustic Red. HEX triplet: 47, 08 and 13. RGB value is (71,8,19). Sum of RGB (Red+Green+Blue) = 71+8+19=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470813 is #B8F7EC. Grayscale: #1C1C1C. Windows color (decimal): -12122093 or 1247303. OLE color: 1247303.

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

Color convert

RGB 71 8 19 -
CMYK 0 0.89 0.73 0.72
HSL 349.52º 0.8% 0.15% -
HSV(B) 349.52º 0.89% 0.28% -
XYZ 2.8 1.56 0.77 -
YUV 28.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 71 8 19 0 0.89 0.73 0.72 349.52 0.8 0.15
Hex 47 8 13 0 59 49 48 15E 50 F
Octal 107 10 23 0 131 111 110 536 120 17
Binary 1000111 1000 10011 0 1011001 1001001 1001000 101011110 1010000 1111

Color Harmonies of #470813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470813

Black with #470813

Text Example


Text Example

White with #470813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470813; }

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

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

background-color css

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

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

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

border-color css

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

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

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