Html Css Color HEX #47020C Rustic Red

📋 copy color: '#47020C'

red 71 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #47020C

Tints of Rustic Red #47020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 83.53%
G = 2.35%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47020C (or 0x47020C) is known color: Rustic Red. HEX triplet: 47, 02 and 0C. RGB value is (71,2,12). Sum of RGB (Red+Green+Blue) = 71+2+12=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #47020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020C is #B8FDF3. Grayscale: #171717. Windows color (decimal): -12123636 or 787015. OLE color: 787015.

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

Color convert

RGB 71 2 12 -
CMYK 0 0.97 0.83 0.72
HSL 351.3º 0.95% 0.14% -
HSV(B) 351.3º 0.97% 0.28% -
XYZ 2.69 1.41 0.48 -
YUV 23.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 71 2 12 0 0.97 0.83 0.72 351.3 0.95 0.14
Hex 47 2 C 0 61 53 48 15F 5F E
Octal 107 2 14 0 141 123 110 537 137 16
Binary 1000111 10 1100 0 1100001 1010011 1001000 101011111 1011111 1110

Color Harmonies of #47020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47020C

Black with #47020C

Text Example


Text Example

White with #47020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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