Html Css Color HEX #47050D Rustic Red

📋 copy color: '#47050D'

red 71 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #47050D

Tints of Rustic Red #47050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.61%

R = 79.78%
G = 5.62%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47050D (or 0x47050D) is known color: Rustic Red. HEX triplet: 47, 05 and 0D. RGB value is (71,5,13). Sum of RGB (Red+Green+Blue) = 71+5+13=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47050D is #B8FAF2. Grayscale: #191919. Windows color (decimal): -12122867 or 853319. OLE color: 853319.

HSL color Cylindrical-coordinate representation of color #47050D: hue angle of 352.73º 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 #47050D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 13 -
CMYK 0 0.93 0.82 0.72
HSL 352.73º 0.87% 0.15% -
HSV(B) 352.73º 0.93% 0.28% -
XYZ 2.73 1.48 0.52 -
YUV 25.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 71 5 13 0 0.93 0.82 0.72 352.73 0.87 0.15
Hex 47 5 D 0 5D 52 48 161 57 F
Octal 107 5 15 0 135 122 110 541 127 17
Binary 1000111 101 1101 0 1011101 1010010 1001000 101100001 1010111 1111

Color Harmonies of #47050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47050D

Black with #47050D

Text Example


Text Example

White with #47050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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