Html Css Color HEX #470213 Rustic Red

📋 copy color: '#470213'

red 71 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #470213

Tints of Rustic Red #470213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 77.17%
G = 2.17%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#470213 (or 0x470213) is known color: Rustic Red. HEX triplet: 47, 02 and 13. RGB value is (71,2,19). Sum of RGB (Red+Green+Blue) = 71+2+19=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470213 is #B8FDEC. Grayscale: #181818. Windows color (decimal): -12123629 or 1245767. OLE color: 1245767.

HSL color Cylindrical-coordinate representation of color #470213: hue angle of 345.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470213 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 19 -
CMYK 0 0.97 0.73 0.72
HSL 345.22º 0.95% 0.14% -
HSV(B) 345.22º 0.97% 0.28% -
XYZ 2.74 1.43 0.75 -
YUV 24.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 71 2 19 0 0.97 0.73 0.72 345.22 0.95 0.14
Hex 47 2 13 0 61 49 48 159 5F E
Octal 107 2 23 0 141 111 110 531 137 16
Binary 1000111 10 10011 0 1100001 1001001 1001000 101011001 1011111 1110

Color Harmonies of #470213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470213

Black with #470213

Text Example


Text Example

White with #470213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470213; }

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

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

background-color css

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

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

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

border-color css

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

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

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