Html Css Color HEX #470310 Rustic Red

📋 copy color: '#470310'

red 71 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #470310

Tints of Rustic Red #470310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 78.89%
G = 3.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470310 (or 0x470310) is known color: Rustic Red. HEX triplet: 47, 03 and 10. RGB value is (71,3,16). Sum of RGB (Red+Green+Blue) = 71+3+16=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470310 is #B8FCEF. Grayscale: #181818. Windows color (decimal): -12123376 or 1049415. OLE color: 1049415.

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

Color convert

RGB 71 3 16 -
CMYK 0 0.96 0.77 0.72
HSL 348.53º 0.92% 0.15% -
HSV(B) 348.53º 0.96% 0.28% -
XYZ 2.72 1.44 0.62 -
YUV 24.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 71 3 16 0 0.96 0.77 0.72 348.53 0.92 0.15
Hex 47 3 10 0 60 4D 48 15D 5C F
Octal 107 3 20 0 140 115 110 535 134 17
Binary 1000111 11 10000 0 1100000 1001101 1001000 101011101 1011100 1111

Color Harmonies of #470310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470310

Black with #470310

Text Example


Text Example

White with #470310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470310; }

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

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

background-color css

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

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

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

border-color css

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

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

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