Html Css Color HEX #470405 Rustic Red

📋 copy color: '#470405'

red 71 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #470405

Tints of Rustic Red #470405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5%

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

R = 88.75%
G = 5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#470405 (or 0x470405) is known color: Rustic Red. HEX triplet: 47, 04 and 05. RGB value is (71,4,5). Sum of RGB (Red+Green+Blue) = 71+4+5=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470405 is #B8FBFA. Grayscale: #181818. Windows color (decimal): -12123131 or 328775. OLE color: 328775.

HSL color Cylindrical-coordinate representation of color #470405: hue angle of 359.1º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470405 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 5 -
CMYK 0 0.94 0.93 0.72
HSL 359.1º 0.89% 0.15% -
HSV(B) 359.1º 0.94% 0.28% -
XYZ 2.67 1.44 0.28 -
YUV 24.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 71 4 5 0 0.94 0.93 0.72 359.1 0.89 0.15
Hex 47 4 5 0 5E 5D 48 167 59 F
Octal 107 4 5 0 136 135 110 547 131 17
Binary 1000111 100 101 0 1011110 1011101 1001000 101100111 1011001 1111

Color Harmonies of #470405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470405

Black with #470405

Text Example


Text Example

White with #470405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470405; }

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

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

background-color css

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

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

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

border-color css

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

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

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