Html Css Color HEX #470D17 Rustic Red

📋 copy color: '#470D17'

red 71 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #470D17

Tints of Rustic Red #470D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 66.36%
G = 12.15%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#470D17 (or 0x470D17) is known color: Rustic Red. HEX triplet: 47, 0D and 17. RGB value is (71,13,23). Sum of RGB (Red+Green+Blue) = 71+13+23=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D17 is #B8F2E8. Grayscale: #1F1F1F. Windows color (decimal): -12120809 or 1510727. OLE color: 1510727.

HSL color Cylindrical-coordinate representation of color #470D17: hue angle of 349.66º 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 #470D17 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 23 -
CMYK 0 0.82 0.68 0.72
HSL 349.66º 0.69% 0.16% -
HSV(B) 349.66º 0.82% 0.28% -
XYZ 2.9 1.69 0.98 -
YUV 31.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 71 13 23 0 0.82 0.68 0.72 349.66 0.69 0.16
Hex 47 D 17 0 52 44 48 15E 45 10
Octal 107 15 27 0 122 104 110 536 105 20
Binary 1000111 1101 10111 0 1010010 1000100 1001000 101011110 1000101 10000

Color Harmonies of #470D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D17

Black with #470D17

Text Example


Text Example

White with #470D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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