Html Css Color HEX #47030F Rustic Red

📋 copy color: '#47030F'

red 71 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #47030F

Tints of Rustic Red #47030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.85%

R = 79.78%
G = 3.37%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47030F (or 0x47030F) is known color: Rustic Red. HEX triplet: 47, 03 and 0F. RGB value is (71,3,15). Sum of RGB (Red+Green+Blue) = 71+3+15=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030F is #B8FCF0. Grayscale: #181818. Windows color (decimal): -12123377 or 983879. OLE color: 983879.

HSL color Cylindrical-coordinate representation of color #47030F: hue angle of 349.41º 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 #47030F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 15 -
CMYK 0 0.96 0.79 0.72
HSL 349.41º 0.92% 0.15% -
HSV(B) 349.41º 0.96% 0.28% -
XYZ 2.72 1.44 0.59 -
YUV 24.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 71 3 15 0 0.96 0.79 0.72 349.41 0.92 0.15
Hex 47 3 F 0 60 4F 48 15D 5C F
Octal 107 3 17 0 140 117 110 535 134 17
Binary 1000111 11 1111 0 1100000 1001111 1001000 101011101 1011100 1111

Color Harmonies of #47030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47030F

Black with #47030F

Text Example


Text Example

White with #47030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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