Html Css Color HEX #47070B Rustic Red

📋 copy color: '#47070B'

red 71 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #47070B

Tints of Rustic Red #47070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.87%

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

R = 79.78%
G = 7.87%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47070B (or 0x47070B) is known color: Rustic Red. HEX triplet: 47, 07 and 0B. RGB value is (71,7,11). Sum of RGB (Red+Green+Blue) = 71+7+11=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070B is #B8F8F4. Grayscale: #1A1A1A. Windows color (decimal): -12122357 or 722759. OLE color: 722759.

HSL color Cylindrical-coordinate representation of color #47070B: hue angle of 356.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47070B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 11 -
CMYK 0 0.90 0.85 0.72
HSL 356.25º 0.82% 0.15% -
HSV(B) 356.25º 0.9% 0.28% -
XYZ 2.73 1.52 0.47 -
YUV 26.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 71 7 11 0 0.90 0.85 0.72 356.25 0.82 0.15
Hex 47 7 B 0 5A 55 48 164 52 F
Octal 107 7 13 0 132 125 110 544 122 17
Binary 1000111 111 1011 0 1011010 1010101 1001000 101100100 1010010 1111

Color Harmonies of #47070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47070B

Black with #47070B

Text Example


Text Example

White with #47070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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