Html Css Color HEX #47030E Rustic Red

📋 copy color: '#47030E'

red 71 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #47030E

Tints of Rustic Red #47030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 80.68%
G = 3.41%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47030E (or 0x47030E) is known color: Rustic Red. HEX triplet: 47, 03 and 0E. RGB value is (71,3,14). Sum of RGB (Red+Green+Blue) = 71+3+14=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #47030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030E is #B8FCF1. Grayscale: #181818. Windows color (decimal): -12123378 or 918343. OLE color: 918343.

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

Color convert

RGB 71 3 14 -
CMYK 0 0.96 0.80 0.72
HSL 350.29º 0.92% 0.15% -
HSV(B) 350.29º 0.96% 0.28% -
XYZ 2.71 1.44 0.55 -
YUV 24.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 71 3 14 0 0.96 0.80 0.72 350.29 0.92 0.15
Hex 47 3 E 0 60 50 48 15E 5C F
Octal 107 3 16 0 140 120 110 536 134 17
Binary 1000111 11 1110 0 1100000 1010000 1001000 101011110 1011100 1111

Color Harmonies of #47030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47030E

Black with #47030E

Text Example


Text Example

White with #47030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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