Html Css Color HEX #47000F Rustic Red

📋 copy color: '#47000F'

red 71 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #47000F

Tints of Rustic Red #47000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.56%
G = 0%
B = 17.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47000F (or 0x47000F) is known color: Rustic Red. HEX triplet: 47, 00 and 0F. RGB value is (71,0,15). Sum of RGB (Red+Green+Blue) = 71+0+15=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47000F is #B8FFF0. Grayscale: #161616. Windows color (decimal): -12124145 or 983111. OLE color: 983111.

HSL color Cylindrical-coordinate representation of color #47000F: hue angle of 347.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47000F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 0 15 -
CMYK 0 1 0.79 0.72
HSL 347.32º 1% 0.14% -
HSV(B) 347.32º 1% 0.28% -
XYZ 2.68 1.37 0.58 -
YUV 22.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 71 0 15 0 1 0.79 0.72 347.32 1 0.14
Hex 47 0 F 0 64 4F 48 15B 64 E
Octal 107 0 17 0 144 117 110 533 144 16
Binary 1000111 0 1111 0 1100100 1001111 1001000 101011011 1100100 1110

Color Harmonies of #47000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47000F

Black with #47000F

Text Example


Text Example

White with #47000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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