Html Css Color HEX #470105 Rustic Red

📋 copy color: '#470105'

red 71 ◦ green 1 ◦ blue 5

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

Shades of Rustic Red #470105

Tints of Rustic Red #470105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.49%

R = 92.21%
G = 1.3%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#470105 (or 0x470105) is known color: Rustic Red. HEX triplet: 47, 01 and 05. RGB value is (71,1,5). Sum of RGB (Red+Green+Blue) = 71+1+5=77 (10% of max value = 765). Red value is 71 (28.12% from 255 or 92.21% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 71 - color contains mainly: red. Hex color #470105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470105 is #B8FEFA. Grayscale: #161616. Windows color (decimal): -12123899 or 328007. OLE color: 328007.

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

Color convert

RGB 71 1 5 -
CMYK 0 0.99 0.93 0.72
HSL 356.57º 0.97% 0.14% -
HSV(B) 356.57º 0.99% 0.28% -
XYZ 2.64 1.37 0.27 -
YUV 22.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 71 1 5 0 0.99 0.93 0.72 356.57 0.97 0.14
Hex 47 1 5 0 63 5D 48 165 61 E
Octal 107 1 5 0 143 135 110 545 141 16
Binary 1000111 1 101 0 1100011 1011101 1001000 101100101 1100001 1110

Color Harmonies of #470105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470105

Black with #470105

Text Example


Text Example

White with #470105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470105; }

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

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

background-color css

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

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

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

border-color css

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

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

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