Html Css Color HEX #470307 Rustic Red

📋 copy color: '#470307'

red 71 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #470307

Tints of Rustic Red #470307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.64%

R = 87.65%
G = 3.7%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#470307 (or 0x470307) is known color: Rustic Red. HEX triplet: 47, 03 and 07. RGB value is (71,3,7). Sum of RGB (Red+Green+Blue) = 71+3+7=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470307 is #B8FCF8. Grayscale: #171717. Windows color (decimal): -12123385 or 459591. OLE color: 459591.

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

Color convert

RGB 71 3 7 -
CMYK 0 0.96 0.90 0.72
HSL 356.47º 0.92% 0.15% -
HSV(B) 356.47º 0.96% 0.28% -
XYZ 2.67 1.42 0.33 -
YUV 23.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 71 3 7 0 0.96 0.90 0.72 356.47 0.92 0.15
Hex 47 3 7 0 60 5A 48 164 5C F
Octal 107 3 7 0 140 132 110 544 134 17
Binary 1000111 11 111 0 1100000 1011010 1001000 101100100 1011100 1111

Color Harmonies of #470307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470307

Black with #470307

Text Example


Text Example

White with #470307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470307; }

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

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

background-color css

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

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

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

border-color css

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

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

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