Html Css Color HEX #470006 Rustic Red

📋 copy color: '#470006'

red 71 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #470006

Tints of Rustic Red #470006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.21%
G = 0%
B = 7.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#470006 (or 0x470006) is known color: Rustic Red. HEX triplet: 47, 00 and 06. RGB value is (71,0,6). Sum of RGB (Red+Green+Blue) = 71+0+6=77 (10% of max value = 765). Red value is 71 (28.12% from 255 or 92.21% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 71 - color contains mainly: red. Hex color #470006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470006 is #B8FFF9. Grayscale: #151515. Windows color (decimal): -12124154 or 393287. OLE color: 393287.

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

Color convert

RGB 71 0 6 -
CMYK 0 1 0.92 0.72
HSL 354.93º 1% 0.14% -
HSV(B) 354.93º 1% 0.28% -
XYZ 2.63 1.35 0.29 -
YUV 21.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 71 0 6 0 1 0.92 0.72 354.93 1 0.14
Hex 47 0 6 0 64 5C 48 163 64 E
Octal 107 0 6 0 144 134 110 543 144 16
Binary 1000111 0 110 0 1100100 1011100 1001000 101100011 1100100 1110

Color Harmonies of #470006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470006

Black with #470006

Text Example


Text Example

White with #470006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470006; }

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

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

background-color css

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

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

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

border-color css

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

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

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