Html Css Color HEX #47010E Rustic Red

📋 copy color: '#47010E'

red 71 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #47010E

Tints of Rustic Red #47010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 82.56%
G = 1.16%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47010E (or 0x47010E) is known color: Rustic Red. HEX triplet: 47, 01 and 0E. RGB value is (71,1,14). Sum of RGB (Red+Green+Blue) = 71+1+14=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010E is #B8FEF1. Grayscale: #171717. Windows color (decimal): -12123890 or 917831. OLE color: 917831.

HSL color Cylindrical-coordinate representation of color #47010E: hue angle of 348.86º 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 #47010E is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 14 -
CMYK 0 0.99 0.80 0.72
HSL 348.86º 0.97% 0.14% -
HSV(B) 348.86º 0.99% 0.28% -
XYZ 2.69 1.39 0.54 -
YUV 23.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 71 1 14 0 0.99 0.80 0.72 348.86 0.97 0.14
Hex 47 1 E 0 63 50 48 15D 61 E
Octal 107 1 16 0 143 120 110 535 141 16
Binary 1000111 1 1110 0 1100011 1010000 1001000 101011101 1100001 1110

Color Harmonies of #47010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47010E

Black with #47010E

Text Example


Text Example

White with #47010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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