Html Css Color HEX #470009 Rustic Red

📋 copy color: '#470009'

red 71 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #470009

Tints of Rustic Red #470009

RGB

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

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

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

R = 88.75%
G = 0%
B = 11.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470009 (or 0x470009) is known color: Rustic Red. HEX triplet: 47, 00 and 09. RGB value is (71,0,9). Sum of RGB (Red+Green+Blue) = 71+0+9=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470009 is #B8FFF6. Grayscale: #161616. Windows color (decimal): -12124151 or 589895. OLE color: 589895.

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

Color convert

RGB 71 0 9 -
CMYK 0 1 0.87 0.72
HSL 352.39º 1% 0.14% -
HSV(B) 352.39º 1% 0.28% -
XYZ 2.65 1.36 0.38 -
YUV 22.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 71 0 9 0 1 0.87 0.72 352.39 1 0.14
Hex 47 0 9 0 64 57 48 160 64 E
Octal 107 0 11 0 144 127 110 540 144 16
Binary 1000111 0 1001 0 1100100 1010111 1001000 101100000 1100100 1110

Color Harmonies of #470009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470009

Black with #470009

Text Example


Text Example

White with #470009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470009; }

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

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

background-color css

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

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

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

border-color css

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

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

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