Html Css Color HEX #470613 Rustic Red

📋 copy color: '#470613'

red 71 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #470613

Tints of Rustic Red #470613

RGB

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

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

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

R = 73.96%
G = 6.25%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470613 (or 0x470613) is known color: Rustic Red. HEX triplet: 47, 06 and 13. RGB value is (71,6,19). Sum of RGB (Red+Green+Blue) = 71+6+19=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470613 is #B8F9EC. Grayscale: #1A1A1A. Windows color (decimal): -12122605 or 1246791. OLE color: 1246791.

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

Color convert

RGB 71 6 19 -
CMYK 0 0.92 0.73 0.72
HSL 348º 0.84% 0.15% -
HSV(B) 348º 0.92% 0.28% -
XYZ 2.78 1.52 0.76 -
YUV 26.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 71 6 19 0 0.92 0.73 0.72 348 0.84 0.15
Hex 47 6 13 0 5C 49 48 15C 54 F
Octal 107 6 23 0 134 111 110 534 124 17
Binary 1000111 110 10011 0 1011100 1001001 1001000 101011100 1010100 1111

Color Harmonies of #470613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470613

Black with #470613

Text Example


Text Example

White with #470613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470613; }

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

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

background-color css

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

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

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

border-color css

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

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

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