Html Css Color HEX #4C070B Rustic Red

📋 copy color: '#4C070B'

red 76 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #4C070B

Tints of Rustic Red #4C070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 80.85%
G = 7.45%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4C070B (or 0x4C070B) is known color: Rustic Red. HEX triplet: 4C, 07 and 0B. RGB value is (76,7,11). Sum of RGB (Red+Green+Blue) = 76+7+11=94 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80.85% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 76 - color contains mainly: red. Hex color #4C070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C070B is #B3F8F4. Grayscale: #1C1C1C. Windows color (decimal): -11794677 or 722764. OLE color: 722764.

HSL color Cylindrical-coordinate representation of color #4C070B: hue angle of 356.52º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C070B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 7 11 -
CMYK 0 0.91 0.86 0.70
HSL 356.52º 0.83% 0.16% -
HSV(B) 356.52º 0.91% 0.3% -
XYZ 3.12 1.71 0.48 -
YUV 28.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 76 7 11 0 0.91 0.86 0.70 356.52 0.83 0.16
Hex 4C 7 B 0 5B 56 46 165 53 10
Octal 114 7 13 0 133 126 106 545 123 20
Binary 1001100 111 1011 0 1011011 1010110 1000110 101100101 1010011 10000

Color Harmonies of #4C070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C070B

Black with #4C070B

Text Example


Text Example

White with #4C070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,11); }

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

background-color css

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

 a { background-color: rgb(76,7,11); }

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

border-color css

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

 span { border-color: rgb(76,7,11); }

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