Html Css Color HEX #47080A Rustic Red

📋 copy color: '#47080A'

red 71 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #47080A

Tints of Rustic Red #47080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.24%

R = 79.78%
G = 8.99%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47080A (or 0x47080A) is known color: Rustic Red. HEX triplet: 47, 08 and 0A. RGB value is (71,8,10). Sum of RGB (Red+Green+Blue) = 71+8+10=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47080A is #B8F7F5. Grayscale: #1B1B1B. Windows color (decimal): -12122102 or 657479. OLE color: 657479.

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

Color convert

RGB 71 8 10 -
CMYK 0 0.89 0.86 0.72
HSL 358.1º 0.8% 0.15% -
HSV(B) 358.1º 0.89% 0.28% -
XYZ 2.74 1.54 0.44 -
YUV 27.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 71 8 10 0 0.89 0.86 0.72 358.1 0.8 0.15
Hex 47 8 A 0 59 56 48 166 50 F
Octal 107 10 12 0 131 126 110 546 120 17
Binary 1000111 1000 1010 0 1011001 1010110 1001000 101100110 1010000 1111

Color Harmonies of #47080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47080A

Black with #47080A

Text Example


Text Example

White with #47080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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