Html Css Color HEX #470B0F Rustic Red

📋 copy color: '#470B0F'

red 71 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #470B0F

Tints of Rustic Red #470B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

 BLUE value IS 15 (6.25% from 255) = 15.46%

R = 73.2%
G = 11.34%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#470B0F (or 0x470B0F) is known color: Rustic Red. HEX triplet: 47, 0B and 0F. RGB value is (71,11,15). Sum of RGB (Red+Green+Blue) = 71+11+15=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B0F is #B8F4F0. Grayscale: #1D1D1D. Windows color (decimal): -12121329 or 985927. OLE color: 985927.

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

Color convert

RGB 71 11 15 -
CMYK 0 0.85 0.79 0.72
HSL 356º 0.73% 0.16% -
HSV(B) 356º 0.85% 0.28% -
XYZ 2.8 1.61 0.62 -
YUV 29.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 71 11 15 0 0.85 0.79 0.72 356 0.73 0.16
Hex 47 B F 0 55 4F 48 164 49 10
Octal 107 13 17 0 125 117 110 544 111 20
Binary 1000111 1011 1111 0 1010101 1001111 1001000 101100100 1001001 10000

Color Harmonies of #470B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B0F

Black with #470B0F

Text Example


Text Example

White with #470B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,11,15); }

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

background-color css

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

 a { background-color: rgb(71,11,15); }

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

border-color css

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

 span { border-color: rgb(71,11,15); }

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