Html Css Color HEX #470109 Rustic Red

📋 copy color: '#470109'

red 71 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #470109

Tints of Rustic Red #470109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.11%

R = 87.65%
G = 1.23%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470109 (or 0x470109) is known color: Rustic Red. HEX triplet: 47, 01 and 09. RGB value is (71,1,9). Sum of RGB (Red+Green+Blue) = 71+1+9=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470109 is #B8FEF6. Grayscale: #161616. Windows color (decimal): -12123895 or 590151. OLE color: 590151.

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

Color convert

RGB 71 1 9 -
CMYK 0 0.99 0.87 0.72
HSL 353.14º 0.97% 0.14% -
HSV(B) 353.14º 0.99% 0.28% -
XYZ 2.66 1.38 0.38 -
YUV 22.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 71 1 9 0 0.99 0.87 0.72 353.14 0.97 0.14
Hex 47 1 9 0 63 57 48 161 61 E
Octal 107 1 11 0 143 127 110 541 141 16
Binary 1000111 1 1001 0 1100011 1010111 1001000 101100001 1100001 1110

Color Harmonies of #470109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470109

Black with #470109

Text Example


Text Example

White with #470109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470109; }

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

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

background-color css

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

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

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

border-color css

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

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

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