Html Css Color HEX #470D14 Rustic Red

📋 copy color: '#470D14'

red 71 ◦ green 13 ◦ blue 20

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

Shades of Rustic Red #470D14

Tints of Rustic Red #470D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 68.27%
G = 12.5%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#470D14 (or 0x470D14) is known color: Rustic Red. HEX triplet: 47, 0D and 14. RGB value is (71,13,20). Sum of RGB (Red+Green+Blue) = 71+13+20=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #470D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D14 is #B8F2EB. Grayscale: #1F1F1F. Windows color (decimal): -12120812 or 1314119. OLE color: 1314119.

HSL color Cylindrical-coordinate representation of color #470D14: hue angle of 352.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D14 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 20 -
CMYK 0 0.82 0.72 0.72
HSL 352.76º 0.69% 0.16% -
HSV(B) 352.76º 0.82% 0.28% -
XYZ 2.87 1.68 0.83 -
YUV 31.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 71 13 20 0 0.82 0.72 0.72 352.76 0.69 0.16
Hex 47 D 14 0 52 48 48 161 45 10
Octal 107 15 24 0 122 110 110 541 105 20
Binary 1000111 1101 10100 0 1010010 1001000 1001000 101100001 1000101 10000

Color Harmonies of #470D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D14

Black with #470D14

Text Example


Text Example

White with #470D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D14; }

 p { color: rgb(71,13,20); }

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

background-color css

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

 a { background-color: rgb(71,13,20); }

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

border-color css

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

 span { border-color: rgb(71,13,20); }

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