Html Css Color HEX #4C0506 Rustic Red

📋 copy color: '#4C0506'

red 76 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #4C0506

Tints of Rustic Red #4C0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.9%

R = 87.36%
G = 5.75%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#4C0506 (or 0x4C0506) is known color: Rustic Red. HEX triplet: 4C, 05 and 06. RGB value is (76,5,6). Sum of RGB (Red+Green+Blue) = 76+5+6=87 (11% of max value = 765). Red value is 76 (30.08% from 255 or 87.36% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0506 is #B3FAF9. Grayscale: #1A1A1A. Windows color (decimal): -11795194 or 394572. OLE color: 394572.

HSL color Cylindrical-coordinate representation of color #4C0506: hue angle of 359.15º 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 #4C0506 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 5 6 -
CMYK 0 0.93 0.92 0.70
HSL 359.15º 0.88% 0.16% -
HSV(B) 359.15º 0.93% 0.3% -
XYZ 3.07 1.66 0.33 -
YUV 26.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 76 5 6 0 0.93 0.92 0.70 359.15 0.88 0.16
Hex 4C 5 6 0 5D 5C 46 167 58 10
Octal 114 5 6 0 135 134 106 547 130 20
Binary 1001100 101 110 0 1011101 1011100 1000110 101100111 1011000 10000

Color Harmonies of #4C0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0506

Black with #4C0506

Text Example


Text Example

White with #4C0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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