Html Css Color HEX #47010D Rustic Red

📋 copy color: '#47010D'

red 71 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #47010D

Tints of Rustic Red #47010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 83.53%
G = 1.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47010D (or 0x47010D) is known color: Rustic Red. HEX triplet: 47, 01 and 0D. RGB value is (71,1,13). Sum of RGB (Red+Green+Blue) = 71+1+13=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #47010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010D is #B8FEF2. Grayscale: #171717. Windows color (decimal): -12123891 or 852295. OLE color: 852295.

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

Color convert

RGB 71 1 13 -
CMYK 0 0.99 0.82 0.72
HSL 349.71º 0.97% 0.14% -
HSV(B) 349.71º 0.99% 0.28% -
XYZ 2.68 1.39 0.51 -
YUV 23.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 71 1 13 0 0.99 0.82 0.72 349.71 0.97 0.14
Hex 47 1 D 0 63 52 48 15E 61 E
Octal 107 1 15 0 143 122 110 536 141 16
Binary 1000111 1 1101 0 1100011 1010010 1001000 101011110 1100001 1110

Color Harmonies of #47010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47010D

Black with #47010D

Text Example


Text Example

White with #47010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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