Html Css Color HEX #470913 Rustic Red

📋 copy color: '#470913'

red 71 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #470913

Tints of Rustic Red #470913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 71.72%
G = 9.09%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470913 (or 0x470913) is known color: Rustic Red. HEX triplet: 47, 09 and 13. RGB value is (71,9,19). Sum of RGB (Red+Green+Blue) = 71+9+19=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470913 is #B8F6EC. Grayscale: #1C1C1C. Windows color (decimal): -12121837 or 1247559. OLE color: 1247559.

HSL color Cylindrical-coordinate representation of color #470913: hue angle of 350.32º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470913 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 19 -
CMYK 0 0.87 0.73 0.72
HSL 350.32º 0.78% 0.16% -
HSV(B) 350.32º 0.87% 0.28% -
XYZ 2.81 1.58 0.77 -
YUV 28.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 71 9 19 0 0.87 0.73 0.72 350.32 0.78 0.16
Hex 47 9 13 0 57 49 48 15E 4E 10
Octal 107 11 23 0 127 111 110 536 116 20
Binary 1000111 1001 10011 0 1010111 1001001 1001000 101011110 1001110 10000

Color Harmonies of #470913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470913

Black with #470913

Text Example


Text Example

White with #470913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470913; }

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

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

background-color css

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

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

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

border-color css

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

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

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