Html Css Color HEX #470712 Rustic Red

📋 copy color: '#470712'

red 71 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #470712

Tints of Rustic Red #470712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 73.96%
G = 7.29%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470712 (or 0x470712) is known color: Rustic Red. HEX triplet: 47, 07 and 12. RGB value is (71,7,18). Sum of RGB (Red+Green+Blue) = 71+7+18=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470712 is #B8F8ED. Grayscale: #1B1B1B. Windows color (decimal): -12122350 or 1181511. OLE color: 1181511.

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

Color convert

RGB 71 7 18 -
CMYK 0 0.90 0.75 0.72
HSL 349.69º 0.82% 0.15% -
HSV(B) 349.69º 0.9% 0.28% -
XYZ 2.78 1.54 0.72 -
YUV 27.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 71 7 18 0 0.90 0.75 0.72 349.69 0.82 0.15
Hex 47 7 12 0 5A 4B 48 15E 52 F
Octal 107 7 22 0 132 113 110 536 122 17
Binary 1000111 111 10010 0 1011010 1001011 1001000 101011110 1010010 1111

Color Harmonies of #470712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470712

Black with #470712

Text Example


Text Example

White with #470712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470712; }

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

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

background-color css

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

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

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

border-color css

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

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

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