Html Css Color HEX #47020A Rustic Red

📋 copy color: '#47020A'

red 71 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #47020A

Tints of Rustic Red #47020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 85.54%
G = 2.41%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47020A (or 0x47020A) is known color: Rustic Red. HEX triplet: 47, 02 and 0A. RGB value is (71,2,10). Sum of RGB (Red+Green+Blue) = 71+2+10=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #47020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020A is #B8FDF5. Grayscale: #171717. Windows color (decimal): -12123638 or 655943. OLE color: 655943.

HSL color Cylindrical-coordinate representation of color #47020A: hue angle of 353.04º 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 #47020A is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 10 -
CMYK 0 0.97 0.86 0.72
HSL 353.04º 0.95% 0.14% -
HSV(B) 353.04º 0.97% 0.28% -
XYZ 2.68 1.4 0.42 -
YUV 23.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 71 2 10 0 0.97 0.86 0.72 353.04 0.95 0.14
Hex 47 2 A 0 61 56 48 161 5F E
Octal 107 2 12 0 141 126 110 541 137 16
Binary 1000111 10 1010 0 1100001 1010110 1001000 101100001 1011111 1110

Color Harmonies of #47020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47020A

Black with #47020A

Text Example


Text Example

White with #47020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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