Html Css Color HEX #47090B Rustic Red

📋 copy color: '#47090B'

red 71 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #47090B

Tints of Rustic Red #47090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 78.02%
G = 9.89%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47090B (or 0x47090B) is known color: Rustic Red. HEX triplet: 47, 09 and 0B. RGB value is (71,9,11). Sum of RGB (Red+Green+Blue) = 71+9+11=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #47090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090B is #B8F6F4. Grayscale: #1B1B1B. Windows color (decimal): -12121845 or 723271. OLE color: 723271.

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

Color convert

RGB 71 9 11 -
CMYK 0 0.87 0.85 0.72
HSL 358.06º 0.78% 0.16% -
HSV(B) 358.06º 0.87% 0.28% -
XYZ 2.76 1.56 0.47 -
YUV 27.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 71 9 11 0 0.87 0.85 0.72 358.06 0.78 0.16
Hex 47 9 B 0 57 55 48 166 4E 10
Octal 107 11 13 0 127 125 110 546 116 20
Binary 1000111 1001 1011 0 1010111 1010101 1001000 101100110 1001110 10000

Color Harmonies of #47090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47090B

Black with #47090B

Text Example


Text Example

White with #47090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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