Html Css Color HEX #470D15 Rustic Red

📋 copy color: '#470D15'

red 71 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #470D15

Tints of Rustic Red #470D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

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

R = 67.62%
G = 12.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#470D15 (or 0x470D15) is known color: Rustic Red. HEX triplet: 47, 0D and 15. RGB value is (71,13,21). Sum of RGB (Red+Green+Blue) = 71+13+21=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D15 is #B8F2EA. Grayscale: #1F1F1F. Windows color (decimal): -12120811 or 1379655. OLE color: 1379655.

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

Color convert

RGB 71 13 21 -
CMYK 0 0.82 0.70 0.72
HSL 351.72º 0.69% 0.16% -
HSV(B) 351.72º 0.82% 0.28% -
XYZ 2.88 1.68 0.88 -
YUV 31.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 71 13 21 0 0.82 0.70 0.72 351.72 0.69 0.16
Hex 47 D 15 0 52 46 48 160 45 10
Octal 107 15 25 0 122 106 110 540 105 20
Binary 1000111 1101 10101 0 1010010 1000110 1001000 101100000 1000101 10000

Color Harmonies of #470D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D15

Black with #470D15

Text Example


Text Example

White with #470D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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