Html Css Color HEX #47060F Rustic Red

📋 copy color: '#47060F'

red 71 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #47060F

Tints of Rustic Red #47060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.52%

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 77.17%
G = 6.52%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47060F (or 0x47060F) is known color: Rustic Red. HEX triplet: 47, 06 and 0F. RGB value is (71,6,15). Sum of RGB (Red+Green+Blue) = 71+6+15=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #47060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47060F is #B8F9F0. Grayscale: #1A1A1A. Windows color (decimal): -12122609 or 984647. OLE color: 984647.

HSL color Cylindrical-coordinate representation of color #47060F: hue angle of 351.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47060F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 15 -
CMYK 0 0.92 0.79 0.72
HSL 351.69º 0.84% 0.15% -
HSV(B) 351.69º 0.92% 0.28% -
XYZ 2.75 1.5 0.6 -
YUV 26.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 71 6 15 0 0.92 0.79 0.72 351.69 0.84 0.15
Hex 47 6 F 0 5C 4F 48 160 54 F
Octal 107 6 17 0 134 117 110 540 124 17
Binary 1000111 110 1111 0 1011100 1001111 1001000 101100000 1010100 1111

Color Harmonies of #47060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47060F

Black with #47060F

Text Example


Text Example

White with #47060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47060F; }

 p { color: rgb(71,6,15); }

 H1.HeaderClassName
 {
   color: #47060F;
 }
 .AnyTagClassName
 {
   color: #47060F;
 }
</style>

background-color css

<style>
 a { background-color: #47060F; }

 a { background-color: rgb(71,6,15); }

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

border-color css

<style>
 span { border-color: #47060F; }

 span { border-color: rgb(71,6,15); }

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