Html Css Color HEX #470309 Rustic Red

📋 copy color: '#470309'

red 71 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #470309

Tints of Rustic Red #470309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.61%

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

R = 85.54%
G = 3.61%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470309 (or 0x470309) is known color: Rustic Red. HEX triplet: 47, 03 and 09. RGB value is (71,3,9). Sum of RGB (Red+Green+Blue) = 71+3+9=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #470309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470309 is #B8FCF6. Grayscale: #181818. Windows color (decimal): -12123383 or 590663. OLE color: 590663.

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

Color convert

RGB 71 3 9 -
CMYK 0 0.96 0.87 0.72
HSL 354.71º 0.92% 0.15% -
HSV(B) 354.71º 0.96% 0.28% -
XYZ 2.68 1.42 0.39 -
YUV 24.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 71 3 9 0 0.96 0.87 0.72 354.71 0.92 0.15
Hex 47 3 9 0 60 57 48 163 5C F
Octal 107 3 11 0 140 127 110 543 134 17
Binary 1000111 11 1001 0 1100000 1010111 1001000 101100011 1011100 1111

Color Harmonies of #470309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470309

Black with #470309

Text Example


Text Example

White with #470309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470309; }

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

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

background-color css

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

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

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

border-color css

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

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

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