Html Css Color HEX #47010C Rustic Red

📋 copy color: '#47010C'

red 71 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #47010C

Tints of Rustic Red #47010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 84.52%
G = 1.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47010C (or 0x47010C) is known color: Rustic Red. HEX triplet: 47, 01 and 0C. RGB value is (71,1,12). Sum of RGB (Red+Green+Blue) = 71+1+12=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #47010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010C is #B8FEF3. Grayscale: #171717. Windows color (decimal): -12123892 or 786759. OLE color: 786759.

HSL color Cylindrical-coordinate representation of color #47010C: hue angle of 350.57º 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 #47010C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 12 -
CMYK 0 0.99 0.83 0.72
HSL 350.57º 0.97% 0.14% -
HSV(B) 350.57º 0.99% 0.28% -
XYZ 2.68 1.39 0.47 -
YUV 23.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 71 1 12 0 0.99 0.83 0.72 350.57 0.97 0.14
Hex 47 1 C 0 63 53 48 15F 61 E
Octal 107 1 14 0 143 123 110 537 141 16
Binary 1000111 1 1100 0 1100011 1010011 1001000 101011111 1100001 1110

Color Harmonies of #47010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47010C

Black with #47010C

Text Example


Text Example

White with #47010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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