Html Css Color HEX #47090E Rustic Red

📋 copy color: '#47090E'

red 71 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #47090E

Tints of Rustic Red #47090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

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

R = 75.53%
G = 9.57%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47090E (or 0x47090E) is known color: Rustic Red. HEX triplet: 47, 09 and 0E. RGB value is (71,9,14). Sum of RGB (Red+Green+Blue) = 71+9+14=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #47090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090E is #B8F6F1. Grayscale: #1C1C1C. Windows color (decimal): -12121842 or 919879. OLE color: 919879.

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

Color convert

RGB 71 9 14 -
CMYK 0 0.87 0.80 0.72
HSL 355.16º 0.78% 0.16% -
HSV(B) 355.16º 0.87% 0.28% -
XYZ 2.78 1.57 0.57 -
YUV 28.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 71 9 14 0 0.87 0.80 0.72 355.16 0.78 0.16
Hex 47 9 E 0 57 50 48 163 4E 10
Octal 107 11 16 0 127 120 110 543 116 20
Binary 1000111 1001 1110 0 1010111 1010000 1001000 101100011 1001110 10000

Color Harmonies of #47090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47090E

Black with #47090E

Text Example


Text Example

White with #47090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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