Html Css Color HEX #47080E Rustic Red

📋 copy color: '#47080E'

red 71 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #47080E

Tints of Rustic Red #47080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

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

R = 76.34%
G = 8.6%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47080E (or 0x47080E) is known color: Rustic Red. HEX triplet: 47, 08 and 0E. RGB value is (71,8,14). Sum of RGB (Red+Green+Blue) = 71+8+14=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #47080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47080E is #B8F7F1. Grayscale: #1B1B1B. Windows color (decimal): -12122098 or 919623. OLE color: 919623.

HSL color Cylindrical-coordinate representation of color #47080E: hue angle of 354.29º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47080E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 14 -
CMYK 0 0.89 0.80 0.72
HSL 354.29º 0.8% 0.15% -
HSV(B) 354.29º 0.89% 0.28% -
XYZ 2.76 1.54 0.57 -
YUV 27.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 71 8 14 0 0.89 0.80 0.72 354.29 0.8 0.15
Hex 47 8 E 0 59 50 48 162 50 F
Octal 107 10 16 0 131 120 110 542 120 17
Binary 1000111 1000 1110 0 1011001 1010000 1001000 101100010 1010000 1111

Color Harmonies of #47080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47080E

Black with #47080E

Text Example


Text Example

White with #47080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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