Html Css Color HEX #470311 Rustic Red

📋 copy color: '#470311'

red 71 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #470311

Tints of Rustic Red #470311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 78.02%
G = 3.3%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470311 (or 0x470311) is known color: Rustic Red. HEX triplet: 47, 03 and 11. RGB value is (71,3,17). Sum of RGB (Red+Green+Blue) = 71+3+17=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470311 is #B8FCEE. Grayscale: #181818. Windows color (decimal): -12123375 or 1114951. OLE color: 1114951.

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

Color convert

RGB 71 3 17 -
CMYK 0 0.96 0.76 0.72
HSL 347.65º 0.92% 0.15% -
HSV(B) 347.65º 0.96% 0.28% -
XYZ 2.73 1.45 0.67 -
YUV 24.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 71 3 17 0 0.96 0.76 0.72 347.65 0.92 0.15
Hex 47 3 11 0 60 4C 48 15C 5C F
Octal 107 3 21 0 140 114 110 534 134 17
Binary 1000111 11 10001 0 1100000 1001100 1001000 101011100 1011100 1111

Color Harmonies of #470311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470311

Black with #470311

Text Example


Text Example

White with #470311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470311; }

 p { color: rgb(71,3,17); }

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

background-color css

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

 a { background-color: rgb(71,3,17); }

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

border-color css

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

 span { border-color: rgb(71,3,17); }

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