Html Css Color HEX #470001 Rustic Red

📋 copy color: '#470001'

red 71 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #470001

Tints of Rustic Red #470001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 98.61%
G = 0%
B = 1.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470001 (or 0x470001) is known color: Rustic Red. HEX triplet: 47, 00 and 01. RGB value is (71,0,1). Sum of RGB (Red+Green+Blue) = 71+0+1=72 (9% of max value = 765). Red value is 71 (28.12% from 255 or 98.61% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 71 - color contains mainly: red. Hex color #470001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470001 is #B8FFFE. Grayscale: #151515. Windows color (decimal): -12124159 or 65607. OLE color: 65607.

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

Color convert

RGB 71 0 1 -
CMYK 0 1 0.99 0.72
HSL 359.15º 1% 0.14% -
HSV(B) 359.15º 1% 0.28% -
XYZ 2.6 1.34 0.15 -
YUV 21.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 71 0 1 0 1 0.99 0.72 359.15 1 0.14
Hex 47 0 1 0 64 63 48 167 64 E
Octal 107 0 1 0 144 143 110 547 144 16
Binary 1000111 0 1 0 1100100 1100011 1001000 101100111 1100100 1110

Color Harmonies of #470001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470001

Black with #470001

Text Example


Text Example

White with #470001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470001; }

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

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

background-color css

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

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

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

border-color css

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

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

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