Html Css Color HEX #47050A Rustic Red

📋 copy color: '#47050A'

red 71 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #47050A

Tints of Rustic Red #47050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.81%

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

R = 82.56%
G = 5.81%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47050A (or 0x47050A) is known color: Rustic Red. HEX triplet: 47, 05 and 0A. RGB value is (71,5,10). Sum of RGB (Red+Green+Blue) = 71+5+10=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47050A is #B8FAF5. Grayscale: #191919. Windows color (decimal): -12122870 or 656711. OLE color: 656711.

HSL color Cylindrical-coordinate representation of color #47050A: hue angle of 355.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47050A is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 10 -
CMYK 0 0.93 0.86 0.72
HSL 355.45º 0.87% 0.15% -
HSV(B) 355.45º 0.93% 0.28% -
XYZ 2.71 1.47 0.43 -
YUV 25.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 71 5 10 0 0.93 0.86 0.72 355.45 0.87 0.15
Hex 47 5 A 0 5D 56 48 163 57 F
Octal 107 5 12 0 135 126 110 543 127 17
Binary 1000111 101 1010 0 1011101 1010110 1001000 101100011 1010111 1111

Color Harmonies of #47050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47050A

Black with #47050A

Text Example


Text Example

White with #47050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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