Html Css Color HEX #47020F Rustic Red

📋 copy color: '#47020F'

red 71 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #47020F

Tints of Rustic Red #47020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.27%

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

R = 80.68%
G = 2.27%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47020F (or 0x47020F) is known color: Rustic Red. HEX triplet: 47, 02 and 0F. RGB value is (71,2,15). Sum of RGB (Red+Green+Blue) = 71+2+15=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #47020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020F is #B8FDF0. Grayscale: #181818. Windows color (decimal): -12123633 or 983623. OLE color: 983623.

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

Color convert

RGB 71 2 15 -
CMYK 0 0.97 0.79 0.72
HSL 348.7º 0.95% 0.14% -
HSV(B) 348.7º 0.97% 0.28% -
XYZ 2.71 1.42 0.58 -
YUV 24.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 71 2 15 0 0.97 0.79 0.72 348.7 0.95 0.14
Hex 47 2 F 0 61 4F 48 15D 5F E
Octal 107 2 17 0 141 117 110 535 137 16
Binary 1000111 10 1111 0 1100001 1001111 1001000 101011101 1011111 1110

Color Harmonies of #47020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47020F

Black with #47020F

Text Example


Text Example

White with #47020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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