Html Css Color HEX #470812 Rustic Red

📋 copy color: '#470812'

red 71 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #470812

Tints of Rustic Red #470812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 73.2%
G = 8.25%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470812 (or 0x470812) is known color: Rustic Red. HEX triplet: 47, 08 and 12. RGB value is (71,8,18). Sum of RGB (Red+Green+Blue) = 71+8+18=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470812 is #B8F7ED. Grayscale: #1C1C1C. Windows color (decimal): -12122094 or 1181767. OLE color: 1181767.

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

Color convert

RGB 71 8 18 -
CMYK 0 0.89 0.75 0.72
HSL 350.48º 0.8% 0.15% -
HSV(B) 350.48º 0.89% 0.28% -
XYZ 2.79 1.56 0.73 -
YUV 27.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 71 8 18 0 0.89 0.75 0.72 350.48 0.8 0.15
Hex 47 8 12 0 59 4B 48 15E 50 F
Octal 107 10 22 0 131 113 110 536 120 17
Binary 1000111 1000 10010 0 1011001 1001011 1001000 101011110 1010000 1111

Color Harmonies of #470812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470812

Black with #470812

Text Example


Text Example

White with #470812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470812; }

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

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

background-color css

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

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

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

border-color css

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

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

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