Html Css Color HEX #470313 Rustic Red

📋 copy color: '#470313'

red 71 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #470313

Tints of Rustic Red #470313

RGB

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

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

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

R = 76.34%
G = 3.23%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470313 (or 0x470313) is known color: Rustic Red. HEX triplet: 47, 03 and 13. RGB value is (71,3,19). Sum of RGB (Red+Green+Blue) = 71+3+19=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470313 is #B8FCEC. Grayscale: #191919. Windows color (decimal): -12123373 or 1246023. OLE color: 1246023.

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

Color convert

RGB 71 3 19 -
CMYK 0 0.96 0.73 0.72
HSL 345.88º 0.92% 0.15% -
HSV(B) 345.88º 0.96% 0.28% -
XYZ 2.75 1.45 0.75 -
YUV 25.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 71 3 19 0 0.96 0.73 0.72 345.88 0.92 0.15
Hex 47 3 13 0 60 49 48 15A 5C F
Octal 107 3 23 0 140 111 110 532 134 17
Binary 1000111 11 10011 0 1100000 1001001 1001000 101011010 1011100 1111

Color Harmonies of #470313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470313

Black with #470313

Text Example


Text Example

White with #470313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470313; }

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

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

background-color css

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

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

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

border-color css

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

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

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