Html Css Color HEX #470512 Rustic Red

📋 copy color: '#470512'

red 71 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #470512

Tints of Rustic Red #470512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 75.53%
G = 5.32%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470512 (or 0x470512) is known color: Rustic Red. HEX triplet: 47, 05 and 12. RGB value is (71,5,18). Sum of RGB (Red+Green+Blue) = 71+5+18=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470512 is #B8FAED. Grayscale: #1A1A1A. Windows color (decimal): -12122862 or 1180999. OLE color: 1180999.

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

Color convert

RGB 71 5 18 -
CMYK 0 0.93 0.75 0.72
HSL 348.18º 0.87% 0.15% -
HSV(B) 348.18º 0.93% 0.28% -
XYZ 2.76 1.49 0.71 -
YUV 26.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 71 5 18 0 0.93 0.75 0.72 348.18 0.87 0.15
Hex 47 5 12 0 5D 4B 48 15C 57 F
Octal 107 5 22 0 135 113 110 534 127 17
Binary 1000111 101 10010 0 1011101 1001011 1001000 101011100 1010111 1111

Color Harmonies of #470512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470512

Black with #470512

Text Example


Text Example

White with #470512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470512; }

 p { color: rgb(71,5,18); }

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

background-color css

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

 a { background-color: rgb(71,5,18); }

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

border-color css

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

 span { border-color: rgb(71,5,18); }

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