Html Css Color HEX #47020E Rustic Red

📋 copy color: '#47020E'

red 71 ◦ green 2 ◦ blue 14

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

Shades of Rustic Red #47020E

Tints of Rustic Red #47020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 81.61%
G = 2.3%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47020E (or 0x47020E) is known color: Rustic Red. HEX triplet: 47, 02 and 0E. RGB value is (71,2,14). Sum of RGB (Red+Green+Blue) = 71+2+14=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #47020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020E is #B8FDF1. Grayscale: #181818. Windows color (decimal): -12123634 or 918087. OLE color: 918087.

HSL color Cylindrical-coordinate representation of color #47020E: hue angle of 349.57º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47020E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 14 -
CMYK 0 0.97 0.80 0.72
HSL 349.57º 0.95% 0.14% -
HSV(B) 349.57º 0.97% 0.28% -
XYZ 2.7 1.41 0.55 -
YUV 24 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 71 2 14 0 0.97 0.80 0.72 349.57 0.95 0.14
Hex 47 2 E 0 61 50 48 15E 5F E
Octal 107 2 16 0 141 120 110 536 137 16
Binary 1000111 10 1110 0 1100001 1010000 1001000 101011110 1011111 1110

Color Harmonies of #47020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47020E

Black with #47020E

Text Example


Text Example

White with #47020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47020E; }

 p { color: rgb(71,2,14); }

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

background-color css

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

 a { background-color: rgb(71,2,14); }

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

border-color css

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

 span { border-color: rgb(71,2,14); }

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