Html Css Color HEX #4C0507 Rustic Red

📋 copy color: '#4C0507'

red 76 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #4C0507

Tints of Rustic Red #4C0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.68%

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 86.36%
G = 5.68%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4C0507 (or 0x4C0507) is known color: Rustic Red. HEX triplet: 4C, 05 and 07. RGB value is (76,5,7). Sum of RGB (Red+Green+Blue) = 76+5+7=88 (11% of max value = 765). Red value is 76 (30.08% from 255 or 86.36% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0507 is #B3FAF8. Grayscale: #1A1A1A. Windows color (decimal): -11795193 or 460108. OLE color: 460108.

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

Color convert

RGB 76 5 7 -
CMYK 0 0.93 0.91 0.70
HSL 358.31º 0.88% 0.16% -
HSV(B) 358.31º 0.93% 0.3% -
XYZ 3.07 1.66 0.36 -
YUV 26.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 76 5 7 0 0.93 0.91 0.70 358.31 0.88 0.16
Hex 4C 5 7 0 5D 5B 46 166 58 10
Octal 114 5 7 0 135 133 106 546 130 20
Binary 1001100 101 111 0 1011101 1011011 1000110 101100110 1011000 10000

Color Harmonies of #4C0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0507

Black with #4C0507

Text Example


Text Example

White with #4C0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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