Html Css Color HEX #470715 Rustic Red

📋 copy color: '#470715'

red 71 ◦ green 7 ◦ blue 21

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

Shades of Rustic Red #470715

Tints of Rustic Red #470715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

 BLUE value IS 21 (8.59% from 255) = 21.21%

R = 71.72%
G = 7.07%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#470715 (or 0x470715) is known color: Rustic Red. HEX triplet: 47, 07 and 15. RGB value is (71,7,21). Sum of RGB (Red+Green+Blue) = 71+7+21=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470715 is #B8F8EA. Grayscale: #1B1B1B. Windows color (decimal): -12122347 or 1378119. OLE color: 1378119.

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

Color convert

RGB 71 7 21 -
CMYK 0 0.90 0.70 0.72
HSL 346.88º 0.82% 0.15% -
HSV(B) 346.88º 0.9% 0.28% -
XYZ 2.81 1.55 0.86 -
YUV 27.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 71 7 21 0 0.90 0.70 0.72 346.88 0.82 0.15
Hex 47 7 15 0 5A 46 48 15B 52 F
Octal 107 7 25 0 132 106 110 533 122 17
Binary 1000111 111 10101 0 1011010 1000110 1001000 101011011 1010010 1111

Color Harmonies of #470715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470715

Black with #470715

Text Example


Text Example

White with #470715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470715; }

 p { color: rgb(71,7,21); }

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

background-color css

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

 a { background-color: rgb(71,7,21); }

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

border-color css

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

 span { border-color: rgb(71,7,21); }

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