Html Css Color HEX #470915 Rustic Red

📋 copy color: '#470915'

red 71 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #470915

Tints of Rustic Red #470915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 70.3%
G = 8.91%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#470915 (or 0x470915) is known color: Rustic Red. HEX triplet: 47, 09 and 15. RGB value is (71,9,21). Sum of RGB (Red+Green+Blue) = 71+9+21=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470915 is #B8F6EA. Grayscale: #1C1C1C. Windows color (decimal): -12121835 or 1378631. OLE color: 1378631.

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

Color convert

RGB 71 9 21 -
CMYK 0 0.87 0.70 0.72
HSL 348.39º 0.78% 0.16% -
HSV(B) 348.39º 0.87% 0.28% -
XYZ 2.83 1.59 0.87 -
YUV 28.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 71 9 21 0 0.87 0.70 0.72 348.39 0.78 0.16
Hex 47 9 15 0 57 46 48 15C 4E 10
Octal 107 11 25 0 127 106 110 534 116 20
Binary 1000111 1001 10101 0 1010111 1000110 1001000 101011100 1001110 10000

Color Harmonies of #470915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470915

Black with #470915

Text Example


Text Example

White with #470915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470915; }

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

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

background-color css

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

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

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

border-color css

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

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

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