Html Css Color HEX #47010F Rustic Red

📋 copy color: '#47010F'

red 71 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #47010F

Tints of Rustic Red #47010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 81.61%
G = 1.15%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47010F (or 0x47010F) is known color: Rustic Red. HEX triplet: 47, 01 and 0F. RGB value is (71,1,15). Sum of RGB (Red+Green+Blue) = 71+1+15=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #47010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010F is #B8FEF0. Grayscale: #171717. Windows color (decimal): -12123889 or 983367. OLE color: 983367.

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

Color convert

RGB 71 1 15 -
CMYK 0 0.99 0.79 0.72
HSL 348º 0.97% 0.14% -
HSV(B) 348º 0.99% 0.28% -
XYZ 2.7 1.4 0.58 -
YUV 23.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 71 1 15 0 0.99 0.79 0.72 348 0.97 0.14
Hex 47 1 F 0 63 4F 48 15C 61 E
Octal 107 1 17 0 143 117 110 534 141 16
Binary 1000111 1 1111 0 1100011 1001111 1001000 101011100 1100001 1110

Color Harmonies of #47010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47010F

Black with #47010F

Text Example


Text Example

White with #47010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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