Html Css Color HEX #47090A Rustic Red

📋 copy color: '#47090A'

red 71 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #47090A

Tints of Rustic Red #47090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.11%

R = 78.89%
G = 10%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47090A (or 0x47090A) is known color: Rustic Red. HEX triplet: 47, 09 and 0A. RGB value is (71,9,10). Sum of RGB (Red+Green+Blue) = 71+9+10=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090A is #B8F6F5. Grayscale: #1B1B1B. Windows color (decimal): -12121846 or 657735. OLE color: 657735.

HSL color Cylindrical-coordinate representation of color #47090A: hue angle of 359.03º 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 #47090A is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 10 -
CMYK 0 0.87 0.86 0.72
HSL 359.03º 0.78% 0.16% -
HSV(B) 359.03º 0.87% 0.28% -
XYZ 2.75 1.56 0.44 -
YUV 27.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 71 9 10 0 0.87 0.86 0.72 359.03 0.78 0.16
Hex 47 9 A 0 57 56 48 167 4E 10
Octal 107 11 12 0 127 126 110 547 116 20
Binary 1000111 1001 1010 0 1010111 1010110 1001000 101100111 1001110 10000

Color Harmonies of #47090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47090A

Black with #47090A

Text Example


Text Example

White with #47090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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