Html Css Color HEX #470106 Rustic Red

📋 copy color: '#470106'

red 71 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #470106

Tints of Rustic Red #470106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.69%

R = 91.03%
G = 1.28%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#470106 (or 0x470106) is known color: Rustic Red. HEX triplet: 47, 01 and 06. RGB value is (71,1,6). Sum of RGB (Red+Green+Blue) = 71+1+6=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470106 is #B8FEF9. Grayscale: #161616. Windows color (decimal): -12123898 or 393543. OLE color: 393543.

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

Color convert

RGB 71 1 6 -
CMYK 0 0.99 0.92 0.72
HSL 355.71º 0.97% 0.14% -
HSV(B) 355.71º 0.99% 0.28% -
XYZ 2.64 1.37 0.3 -
YUV 22.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 71 1 6 0 0.99 0.92 0.72 355.71 0.97 0.14
Hex 47 1 6 0 63 5C 48 164 61 E
Octal 107 1 6 0 143 134 110 544 141 16
Binary 1000111 1 110 0 1100011 1011100 1001000 101100100 1100001 1110

Color Harmonies of #470106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470106

Black with #470106

Text Example


Text Example

White with #470106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470106; }

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

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

background-color css

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

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

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

border-color css

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

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

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