Html Css Color HEX #470713 Rustic Red

📋 copy color: '#470713'

red 71 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #470713

Tints of Rustic Red #470713

RGB

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

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

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

R = 73.2%
G = 7.22%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470713 (or 0x470713) is known color: Rustic Red. HEX triplet: 47, 07 and 13. RGB value is (71,7,19). Sum of RGB (Red+Green+Blue) = 71+7+19=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470713 is #B8F8EC. Grayscale: #1B1B1B. Windows color (decimal): -12122349 or 1247047. OLE color: 1247047.

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

Color convert

RGB 71 7 19 -
CMYK 0 0.90 0.73 0.72
HSL 348.75º 0.82% 0.15% -
HSV(B) 348.75º 0.9% 0.28% -
XYZ 2.79 1.54 0.77 -
YUV 27.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 71 7 19 0 0.90 0.73 0.72 348.75 0.82 0.15
Hex 47 7 13 0 5A 49 48 15D 52 F
Octal 107 7 23 0 132 111 110 535 122 17
Binary 1000111 111 10011 0 1011010 1001001 1001000 101011101 1010010 1111

Color Harmonies of #470713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470713

Black with #470713

Text Example


Text Example

White with #470713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470713; }

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

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

background-color css

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

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

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

border-color css

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

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

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