Html Css Color HEX #47000D Rustic Red

📋 copy color: '#47000D'

red 71 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #47000D

Tints of Rustic Red #47000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 84.52%
G = 0%
B = 15.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47000D (or 0x47000D) is known color: Rustic Red. HEX triplet: 47, 00 and 0D. RGB value is (71,0,13). Sum of RGB (Red+Green+Blue) = 71+0+13=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #47000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47000D is #B8FFF2. Grayscale: #161616. Windows color (decimal): -12124147 or 852039. OLE color: 852039.

HSL color Cylindrical-coordinate representation of color #47000D: hue angle of 349.01º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47000D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 0 13 -
CMYK 0 1 0.82 0.72
HSL 349.01º 1% 0.14% -
HSV(B) 349.01º 1% 0.28% -
XYZ 2.67 1.37 0.5 -
YUV 22.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 71 0 13 0 1 0.82 0.72 349.01 1 0.14
Hex 47 0 D 0 64 52 48 15D 64 E
Octal 107 0 15 0 144 122 110 535 144 16
Binary 1000111 0 1101 0 1100100 1010010 1001000 101011101 1100100 1110

Color Harmonies of #47000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47000D

Black with #47000D

Text Example


Text Example

White with #47000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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