Html Css Color HEX #470104 Rustic Red

📋 copy color: '#470104'

red 71 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #470104

Tints of Rustic Red #470104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.26%

R = 93.42%
G = 1.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#470104 (or 0x470104) is known color: Rustic Red. HEX triplet: 47, 01 and 04. RGB value is (71,1,4). Sum of RGB (Red+Green+Blue) = 71+1+4=76 (10% of max value = 765). Red value is 71 (28.12% from 255 or 93.42% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 71 - color contains mainly: red. Hex color #470104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470104 is #B8FEFB. Grayscale: #161616. Windows color (decimal): -12123900 or 262471. OLE color: 262471.

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

Color convert

RGB 71 1 4 -
CMYK 0 0.99 0.94 0.72
HSL 357.43º 0.97% 0.14% -
HSV(B) 357.43º 0.99% 0.28% -
XYZ 2.63 1.37 0.24 -
YUV 22.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 71 1 4 0 0.99 0.94 0.72 357.43 0.97 0.14
Hex 47 1 4 0 63 5E 48 165 61 E
Octal 107 1 4 0 143 136 110 545 141 16
Binary 1000111 1 100 0 1100011 1011110 1001000 101100101 1100001 1110

Color Harmonies of #470104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470104

Black with #470104

Text Example


Text Example

White with #470104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470104; }

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

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

background-color css

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

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

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

border-color css

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

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

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