Html Css Color HEX #470514 Rustic Red

📋 copy color: '#470514'

red 71 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #470514

Tints of Rustic Red #470514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 73.96%
G = 5.21%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#470514 (or 0x470514) is known color: Rustic Red. HEX triplet: 47, 05 and 14. RGB value is (71,5,20). Sum of RGB (Red+Green+Blue) = 71+5+20=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470514 is #B8FAEB. Grayscale: #1A1A1A. Windows color (decimal): -12122860 or 1312071. OLE color: 1312071.

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

Color convert

RGB 71 5 20 -
CMYK 0 0.93 0.72 0.72
HSL 346.36º 0.87% 0.15% -
HSV(B) 346.36º 0.93% 0.28% -
XYZ 2.78 1.5 0.8 -
YUV 26.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 71 5 20 0 0.93 0.72 0.72 346.36 0.87 0.15
Hex 47 5 14 0 5D 48 48 15A 57 F
Octal 107 5 24 0 135 110 110 532 127 17
Binary 1000111 101 10100 0 1011101 1001000 1001000 101011010 1010111 1111

Color Harmonies of #470514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470514

Black with #470514

Text Example


Text Example

White with #470514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470514; }

 p { color: rgb(71,5,20); }

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

background-color css

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

 a { background-color: rgb(71,5,20); }

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

border-color css

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

 span { border-color: rgb(71,5,20); }

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