Html Css Color HEX #47080B Rustic Red

📋 copy color: '#47080B'

red 71 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #47080B

Tints of Rustic Red #47080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.22%

R = 78.89%
G = 8.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47080B (or 0x47080B) is known color: Rustic Red. HEX triplet: 47, 08 and 0B. RGB value is (71,8,11). Sum of RGB (Red+Green+Blue) = 71+8+11=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47080B is #B8F7F4. Grayscale: #1B1B1B. Windows color (decimal): -12122101 or 723015. OLE color: 723015.

HSL color Cylindrical-coordinate representation of color #47080B: hue angle of 357.14º 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 #47080B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 11 -
CMYK 0 0.89 0.85 0.72
HSL 357.14º 0.8% 0.15% -
HSV(B) 357.14º 0.89% 0.28% -
XYZ 2.75 1.54 0.47 -
YUV 27.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 71 8 11 0 0.89 0.85 0.72 357.14 0.8 0.15
Hex 47 8 B 0 59 55 48 165 50 F
Octal 107 10 13 0 131 125 110 545 120 17
Binary 1000111 1000 1011 0 1011001 1010101 1001000 101100101 1010000 1111

Color Harmonies of #47080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47080B

Black with #47080B

Text Example


Text Example

White with #47080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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