Html Css Color HEX #4C020E Rustic Red

📋 copy color: '#4C020E'

red 76 ◦ green 2 ◦ blue 14

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

Shades of Rustic Red #4C020E

Tints of Rustic Red #4C020E

RGB

 RED value IS 76 (30.08% from 255) = 82.61%

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

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 82.61%
G = 2.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C020E (or 0x4C020E) is known color: Rustic Red. HEX triplet: 4C, 02 and 0E. RGB value is (76,2,14). Sum of RGB (Red+Green+Blue) = 76+2+14=92 (12% of max value = 765). Red value is 76 (30.08% from 255 or 82.61% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 76 - color contains mainly: red. Hex color #4C020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C020E is #B3FDF1. Grayscale: #191919. Windows color (decimal): -11795954 or 918092. OLE color: 918092.

HSL color Cylindrical-coordinate representation of color #4C020E: hue angle of 350.27º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C020E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 2 14 -
CMYK 0 0.97 0.82 0.70
HSL 350.27º 0.95% 0.15% -
HSV(B) 350.27º 0.97% 0.3% -
XYZ 3.08 1.61 0.56 -
YUV 25.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 76 2 14 0 0.97 0.82 0.70 350.27 0.95 0.15
Hex 4C 2 E 0 61 52 46 15E 5F F
Octal 114 2 16 0 141 122 106 536 137 17
Binary 1001100 10 1110 0 1100001 1010010 1000110 101011110 1011111 1111

Color Harmonies of #4C020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C020E

Black with #4C020E

Text Example


Text Example

White with #4C020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C020E; }

 p { color: rgb(76,2,14); }

 H1.HeaderClassName
 {
   color: #4C020E;
 }
 .AnyTagClassName
 {
   color: #4C020E;
 }
</style>

background-color css

<style>
 a { background-color: #4C020E; }

 a { background-color: rgb(76,2,14); }

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

border-color css

<style>
 span { border-color: #4C020E; }

 span { border-color: rgb(76,2,14); }

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